[llvm] [X86][CodeGen] Support long instruction fixup for APX NDD instructions (PR #83578)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 2 04:59:15 PST 2024
================
@@ -613,6 +613,87 @@ bool X86ExpandPseudo::expandMI(MachineBasicBlock &MBB,
case X86::CALL64m_RVMARKER:
expandCALL_RVMARKER(MBB, MBBI);
return true;
+ case X86::ADD32mi_ND:
----------------
phoebewang wrote:
Add a comment we intend take them as pseudo instructions.
https://github.com/llvm/llvm-project/pull/83578
More information about the llvm-commits
mailing list