[llvm] [PowerPC] need to set CallFrameSize for the pass PPCReduceCRLogicals when insert a new block (PR #151017)
zhijian lin via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 08:10:47 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
----------------
diggerlin wrote:
`-verify-machineinstrs` runs MachineVerifier after a pass only if that pass modifies the MachineFunction.it can find the regression earlier if there is, the EXPENSIVE_CHECKS check different scope, I looked into the code, it looks the checking `EXPENSIVE_CHECKS` can cover the `-verify-machineinstrs`
https://github.com/llvm/llvm-project/pull/151017
More information about the llvm-commits
mailing list