[llvm] [clang] [Instcombine] use zext's nneg flag for icmp folding (PR #70845)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 11 00:36:26 PST 2023
================
@@ -0,0 +1,145 @@
+; RUN: opt < %s --O3 -S | FileCheck %s
----------------
dtcxzyw wrote:
```suggestion
; RUN: opt < %s -O3 -S | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/70845
More information about the llvm-commits
mailing list