[llvm] [InstCombine] Generalise optimisation of redundant floating point comparisons with `ConstantFPRange` (PR #159315)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 20 03:44:57 PDT 2025
================
@@ -45,8 +45,8 @@ define i1 @or_fcmp_redundant_or4(double %v0) {
ret i1 %v3
}
-define i1 @or_fcmp_redundant_or_neg1(double %v0) {
-; CHECK-LABEL: @or_fcmp_redundant_or_neg1(
+define i1 @or_fcmp_redundant_or_5(double %v0) {
----------------
dtcxzyw wrote:
It is still a negative test.
https://github.com/llvm/llvm-project/pull/159315
More information about the llvm-commits
mailing list