[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:32 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
 
 ; The fuzzer-generated @ashr_out_of_range test case does not reach a fixpoint,
 ; because a logical and it not relaxed to a bitwise and in one iteration.
----------------
nikic wrote:

Can you please move this comment next to the function now?

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


More information about the llvm-commits mailing list