[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 20:52:27 PDT 2025


================
@@ -50,6 +50,10 @@ def isSelectPseudo
                      CheckOpcode<[
                        Select_GPR_Using_CC_GPR,
                        Select_GPR_Using_CC_SImm5,
+                       Select_GPR_Using_CC_SImm5NonZero,
----------------
topperc wrote:

The pseudo instructions really should have `QC` in their name. And GPR should now be GPRNoX0 for some.

https://github.com/llvm/llvm-project/pull/140698


More information about the llvm-commits mailing list