Skip to content

Commit 50d38cf

Browse files
committed
[X86] X86FixupVectorConstants.cpp - update comment to describe all the constant load ops performed by the pass
1 parent de7beb0 commit 50d38cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/X86/X86FixupVectorConstants.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
//
99
// This file examines all full size vector constant pool loads and attempts to
1010
// replace them with smaller constant pool entries, including:
11-
// * Converting AVX512 memory-fold instructions to their broadcast-fold form
11+
// * Converting AVX512 memory-fold instructions to their broadcast-fold form.
12+
// * Using vzload scalar loads.
1213
// * Broadcasting of full width loads.
13-
// * TODO: Zero extension of full width loads.
14+
// * Sign/Zero extension of full width loads.
1415
//
1516
//===----------------------------------------------------------------------===//
1617

0 commit comments

Comments
 (0)