[llvm] [RISCV][NFC] Prepare for Short Forward Branch of branches with immediates (PR #182456)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 13:02:46 PST 2026


================
@@ -159,14 +174,23 @@ def PseudoCCORN  : SFBALU_rr;
 def PseudoCCXNOR : SFBALU_rr;
 }
 
+// imm -> bcc_opcode
----------------
topperc wrote:

Should we indicate this is only for Reg, Reg branches?

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


More information about the llvm-commits mailing list