[llvm] [InstCombine] Introduce `foldICmpBinOpWithConstantViaTruthTable` folding (PR #139109)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Sat May 10 14:44:48 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
----------------
antoniofrighetto wrote:
Got `LLVM ERROR: Instruction Combining on icmp_eq_or_of_selects_with_scalar_cond_constant_vectorized did not reach a fixpoint after 1 iterations.` after running the test. Did I miss something in the code or is this an orthogonal issue?
https://github.com/llvm/llvm-project/pull/139109
More information about the llvm-commits
mailing list