[llvm] [PowerPC] need to set CallFrameSize for the pass PPCReduceCRLogicals when insert a new block (PR #151017)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 19:45:30 PDT 2025


================
@@ -0,0 +1,124 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-gnu-linux  < %s | FileCheck %s -check-prefix=CHECK
+; RUN: llc -verify-machineinstrs -mtriple=powerpc-unknown-gnu-linux  < %s | FileCheck %s -check-prefix=CHECKBE
+
+define ptr @xe_migrate_copy(i1 %tobool, i1 %tobool6) {
----------------
arsenm wrote:

```suggestion
define ptr @xe_migrate_copy(i1 %tobool, i1 %tobool6) nounwind {
```

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


More information about the llvm-commits mailing list