[llvm] [PowerPC] Spill non-volatile registers required for traceback table (PR #71115)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 02:07:15 PDT 2024


================
@@ -199,3 +293,4 @@ define dso_local void @all_fprs_and_vecregs() {
 ; MIR64-NOT:     $v29
 ; MIR64-NOT:     $v30
 ; MIR64-NOT:     $v31
+attributes #0 = { nounwind }
----------------
chenzheng1030 wrote:

unnecessary? And also the functions that use this attribute.

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


More information about the llvm-commits mailing list