[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='instcombine<no-verify-fixpoint>' -S | FileCheck %s
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
; FIXME: This does not currently reach a fix point, because an assume can only
; be propagated backwards after its argument has been simplified.
----------------
nikic wrote:
Remove the FIXME as we no longer have a failure?
https://github.com/llvm/llvm-project/pull/113822
More information about the llvm-commits
mailing list