[llvm] [clang] [Instcombine] use zext's nneg flag for icmp folding (PR #70845)

Yingwei Zheng via cfe-commits cfe-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:

Could you please:
1. Convert this IR into SSA form as @nikic mentioned.
2. Drop unused attributes.
3. Re-generate tests with `llvm/utils/update_test_checks.py`.


https://github.com/llvm/llvm-project/pull/70845


More information about the cfe-commits mailing list