[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 08:19:46 PST 2024


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

Yes, it will. I am fixing.

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


More information about the llvm-commits mailing list