[llvm] [InstCombine] Optimize redundant floating point comparisons in `or`/`and` inst's (PR #158097)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 16 05:59:07 PDT 2025
================
@@ -0,0 +1,134 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -O3 -S | FileCheck %s
+
+define i1 @or_fcmp_redundant_or1(double %v0) {
----------------
dtcxzyw wrote:
Is there any reason for duplicating these tests?
https://github.com/llvm/llvm-project/pull/158097
More information about the llvm-commits
mailing list