[llvm] [InstCombine] Remove redundant alignment assumptions. (PR #123348)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 07:28:43 PST 2025
================
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals smart
-; RUN: opt -S -passes=instcombine,simplifycfg < %s 2>&1 | FileCheck %s
+; RUN: opt -S -passes='instcombine<no-verify-fixpoint>,simplifycfg' < %s 2>&1 | FileCheck %s
----------------
nikic wrote:
Please use the instcombine-no-verify-fixpoint function attribute instead, and add a comment why it's necessary.
https://github.com/llvm/llvm-project/pull/123348
More information about the llvm-commits
mailing list