[llvm] [X86][CodeGen] Support folding memory broadcast in X86InstrInfo::foldMemoryOperandImpl (PR #79761)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 09:17:12 PST 2024


================
@@ -8377,7 +8523,7 @@ bool X86InstrInfo::unfoldMemoryOperand(
     // memory access is slow above.
 
     unsigned Opc;
-    if (FoldedBCast) {
+    if (BCastType) {
----------------
KanRobert wrote:

Done.

https://github.com/llvm/llvm-project/pull/79761


More information about the llvm-commits mailing list