[llvm] [RISCV] Move VMV0 elimination past machine SSA opts (PR #126850)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 11:23:46 PST 2025


================
@@ -1515,40 +1515,36 @@ define <vscale x 16 x double> @vp_ceil_vv_nxv16f64(<vscale x 16 x double> %va, <
 ; CHECK-NEXT:    vmv1r.v v0, v6
 ; CHECK-NEXT:    vsetvli zero, a2, e64, m8, ta, ma
 ; CHECK-NEXT:    vfabs.v v24, v16, v0.t
+; CHECK-NEXT:    addi a2, sp, 16
+; CHECK-NEXT:    vs8r.v v24, (a2) # Unknown-size Folded Spill
----------------
preames wrote:

Luke, have you had a chance to look into this?  I don't know that this is a blocker, but this one is really weird.  It appears to be the only reload from the stack slot - as in, we didn't need to spill anything here at all.  

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


More information about the llvm-commits mailing list