[llvm] [RISCV] Correct the SDTypeProfile for RISCVISD::PROBED_ALLOCA (PR #139135)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 13:32:15 PDT 2025


================
@@ -1463,9 +1463,9 @@ def PROBED_STACKALLOC_RVV : Pseudo<(outs GPR:$sp),
                                []>,
                                Sched<[]>;
 let usesCustomInserter = 1 in
-def PROBED_STACKALLOC_DYN : Pseudo<(outs GPR:$rd),
+def PROBED_STACKALLOC_DYN : Pseudo<(outs),
                                (ins GPR:$scratch),
----------------
topperc wrote:

Renamed to $target to match AArch64 and how it's referred to in the custom insertion code where it is called `TargetReg`

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


More information about the llvm-commits mailing list