[llvm] [PowerPC] Utilize `getReservedRegs` to find asm clobberable registers. (PR #99766)

Kai Luo via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 04:59:33 PDT 2024


================
@@ -8,18 +8,18 @@ alignment: 8
 tracksRegLiveness: true
 body: |
   bb.0.entry:
-  liveins: $x3, $x4
+  liveins: $x5, $x4
----------------
bzEq wrote:

Why replace `r3` with `r5`?

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


More information about the llvm-commits mailing list