[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 < %s -passes='require<profile-summary>,function(chr,instcombine<no-verify-fixpoint>,simplifycfg)' -S | FileCheck %s
+; RUN: opt < %s -passes='require<profile-summary>,function(chr,instcombine,simplifycfg)' -S | FileCheck %s
 
 ; FIXME: This does not currently reach a fix point, because we don't make use
 ; of a freeze that is pushed up the instruction chain later.
----------------
nikic wrote:

Same here.

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


More information about the llvm-commits mailing list