[llvm] [InstCombine] Introduce `foldICmpBinOpWithConstantViaTruthTable` folding (PR #139109)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat May 10 14:37:46 PDT 2025
================
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+; RUN: opt < %s -passes="instcombine<no-verify-fixpoint>" -S | FileCheck %s
----------------
nikic wrote:
Why is this needed?
https://github.com/llvm/llvm-project/pull/139109
More information about the llvm-commits
mailing list