[llvm] [RISCV] Intrinsic Support for XCVsimd (PR #118557)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 15:07:20 PST 2024
================
@@ -415,6 +419,24 @@ bool RISCVExpandPseudo::expandRV32ZdinxLoad(MachineBasicBlock &MBB,
return true;
}
+bool RISCVExpandPseudo::expandVendorXcvsimdShuffle(MachineBasicBlock &MBB,
+ MachineBasicBlock::iterator
+ MBBI) {
+ DebugLoc DL = MBBI->getDebugLoc();
----------------
topperc wrote:
Why are we doing this here instead of in isel?
https://github.com/llvm/llvm-project/pull/118557
More information about the llvm-commits
mailing list