[clang] [llvm] [RISCV][MC] Add support for Q extension (PR #139369)
Iris Shi via llvm-commits
llvm-commits at lists.llvm.org
Mon May 12 22:51:18 PDT 2025
================
@@ -674,6 +681,9 @@ void RISCVInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
} else if (RISCV::FPR64RegClass.hasSubClassEq(RC)) {
Opcode = RISCV::FSD;
IsScalableVector = false;
+ } else if (RISCV::FPR128RegClass.hasSubClassEq(RC)) {
----------------
el-ev wrote:
Removed, thanks.
https://github.com/llvm/llvm-project/pull/139369
More information about the llvm-commits
mailing list