We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7beb0 commit 50d38cfCopy full SHA for 50d38cf
llvm/lib/Target/X86/X86FixupVectorConstants.cpp
@@ -8,9 +8,10 @@
8
//
9
// This file examines all full size vector constant pool loads and attempts to
10
// replace them with smaller constant pool entries, including:
11
-// * Converting AVX512 memory-fold instructions to their broadcast-fold form
+// * Converting AVX512 memory-fold instructions to their broadcast-fold form.
12
+// * Using vzload scalar loads.
13
// * Broadcasting of full width loads.
-// * TODO: Zero extension of full width loads.
14
+// * Sign/Zero extension of full width loads.
15
16
//===----------------------------------------------------------------------===//
17
0 commit comments