[llvm] [InstCombine] Replace all dominated uses of condition with constants (PR #105510)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 13:00:53 PDT 2024


================
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -passes=instcombine -S < %s | FileCheck %s
+; RUN: opt -passes="instcombine<max-iterations=2>" -S < %s | FileCheck %s
----------------
nikic wrote:

Add justification (and anywhere else the option is used).

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


More information about the llvm-commits mailing list