[llvm] [RISCV] Add Xqcibi Select_GPR_Using_CC_<Imm> Pseudos to isSelectPseudo (PR #140698)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 23:03:45 PDT 2025
================
@@ -21355,11 +21355,11 @@ RISCVTargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI,
"ReadCounterWide is only to be used on riscv32");
return emitReadCounterWidePseudo(MI, BB);
case RISCV::Select_GPR_Using_CC_GPR:
- case RISCV::Select_GPR_Using_CC_SImm5:
- case RISCV::Select_GPR_Using_CC_SImm5NonZero:
- case RISCV::Select_GPR_Using_CC_UImm5NonZero:
- case RISCV::Select_GPR_Using_CC_SImm16NonZero:
- case RISCV::Select_GPR_Using_CC_UImm16NonZero:
+ case RISCV::Select_GPR_Using_CV_CC_SImm5:
----------------
topperc wrote:
The CV and QC are in a weird place. The pseudo name was a description "select a GPR using condition code". Now we have CV/QC in the middle.
https://github.com/llvm/llvm-project/pull/140698
More information about the llvm-commits
mailing list