[llvm] [RISCV] Support XSfmm LLVM IR and CodeGen (PR #143069)
Kito Cheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 02:12:04 PDT 2025
================
@@ -1048,8 +1130,30 @@ RISCVInsertVSETVLI::computeInfoForInstr(const MachineInstr &MI) const {
void RISCVInsertVSETVLI::insertVSETVLI(MachineBasicBlock &MBB,
MachineBasicBlock::iterator InsertPt, DebugLoc DL,
const VSETVLIInfo &Info, const VSETVLIInfo &PrevInfo) {
-
----------------
kito-cheng wrote:
Drop this unnecessary change
https://github.com/llvm/llvm-project/pull/143069
More information about the llvm-commits
mailing list