[llvm] [PowerPC] provide CFI for ELF32 to unwind cr2, cr3, cr4 (PR #83098)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 01:50:52 PST 2024


================
@@ -15,11 +15,12 @@ entry:
 }
 
 ; PPC32-LABEL: test_cr2:
-; PPC32: stwu 1, -32(1)
-; PPC32: stw 31, 28(1)
+; PPC32: stwu 1, -[[#%u,AMT:]](1)
+; PPC32: stw 31, [[#AMT - 4]](1)
----------------
chenzheng1030 wrote:

would you please rebase the case after change https://github.com/llvm/llvm-project/commit/3196005f6bedbed61a86626a9e4f8fee7437a914 ? Thanks.

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


More information about the llvm-commits mailing list