[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:06 PDT 2025
================
@@ -0,0 +1,134 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -O3 -S | FileCheck %s
----------------
dtcxzyw wrote:
```suggestion
; RUN: opt < %s -passes=instcombine -S | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/158097
More information about the llvm-commits
mailing list