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

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 19:47:11 PST 2026


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

Probably, given the intention will be to add new SDNodeXForms for the reg-imm versions.

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


More information about the llvm-commits mailing list