[llvm] [X86] Fold vpextrq $1 from a spilled vector into a direct memory load (PR #203339)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 14 09:20:45 PDT 2026
================
@@ -7432,6 +7432,18 @@ MachineInstr *X86InstrInfo::foldMemoryOperandCustom(
InsertPt, MI))
return NewMI;
break;
+ case X86::VPEXTRQZrri:
----------------
RKSimon wrote:
Where did the other variants go?
https://github.com/llvm/llvm-project/pull/203339
More information about the llvm-commits
mailing list