[llvm] [clang] [Instcombine] use zext's nneg flag for icmp folding (PR #70845)
LĂ©onard Oest O'Leary via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 1 12:07:18 PDT 2023
================
@@ -0,0 +1,19 @@
+// RUN: %clang_cc1 %s -O2 -triple=x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
----------------
leo-ard wrote:
Out of curiosity, why is end-to-end codegen with clang not used ? Is it too unstable ?
https://github.com/llvm/llvm-project/pull/70845
More information about the cfe-commits
mailing list