[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
Fri Aug 1 01:21: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
----------------
arsenm wrote:
Because it it brutally expensive and it's test noise. EXPENSIVE_CHECKS builds already run every test with the default, we shouldn't need to manually add it to every test. It should only be added in select tests that are specifically testing verification issues that appeared
https://github.com/llvm/llvm-project/pull/151017
More information about the llvm-commits
mailing list