[llvm] [PowerPC] Do not generate `isel` instruction if target doesn't have this instruction (PR #72845)

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 00:53:45 PST 2023


================
@@ -13,7 +13,7 @@
 ; CHECK: addic 29, 0, 20
 ; Save CR through R12 using R29 as the stack pointer (aligned base pointer).
 ; CHECK: mfcr 12
-; CHECK: stw 12, -24(29)
+; CHECK: stw 12, -28(29)
----------------
nemanjai wrote:

Why does the stack offset change?

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


More information about the llvm-commits mailing list