[llvm] [InstCombine] Replace all dominated uses of condition with constants (PR #105510)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 23:39:48 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
----------------
dtcxzyw wrote:
Addressed by adding the user to worklist.
https://github.com/llvm/llvm-project/pull/105510
More information about the llvm-commits
mailing list