[llvm] [llvm][RISCV] Don't merge pseudo selects with stack adjustment instr in between (PR #160105)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 23:53:05 PDT 2025
================
@@ -0,0 +1,20 @@
+; RUN: llc -mtriple riscv32 %s
+
+define i32 @test(i1 %arg_1, i32 %arg_2) {
----------------
wangpc-pp wrote:
No CHECKs for this file?
https://github.com/llvm/llvm-project/pull/160105
More information about the llvm-commits
mailing list