[llvm] [InstCombine] Add function attribute `instcombine-no-verify-fixpoint` (PR #113822)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 27 21:54:33 PDT 2024


================
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -passes='instcombine<no-verify-fixpoint>' -S < %s | FileCheck %s
+; RUN: opt -passes=instcombine -S < %s | FileCheck %s
 
 ; We fail to reach a fixpoint, because sunk instructions get revisited too
 ; early. In @test2 the sunk add is revisited before the dominating condition
----------------
nikic wrote:

Same here.

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


More information about the llvm-commits mailing list