[llvm] [CodeGen] Let RDA recompute live-ins. (PR #166773)
Mikhail Gudim via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 05:38:51 PST 2025
================
@@ -47,7 +47,7 @@ body: |
SD $x10, %stack.0, 0
SD $x10, %stack.2, 0
- dead renamable $x15 = PseudoVSETIVLI 1, 72, implicit-def $vl, implicit-def $vtype
+ renamable $x15 = PseudoVSETIVLI 1, 72, implicit-def $vl, implicit-def $vtype
----------------
mgudim wrote:
I removed `dead` here because it was wrong - `$x15` is used later.
https://github.com/llvm/llvm-project/pull/166773
More information about the llvm-commits
mailing list