[libclc] [libclc] Implement integer __clc_abs using __builtin_elementwise_abs (PR #164957)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 24 05:29:11 PDT 2025
================
@@ -6,7 +6,14 @@
//
//===----------------------------------------------------------------------===//
+#ifdef __CLC_GEN_S
----------------
arsenm wrote:
I'm surprised this didnt' fold in instcombine anyway?
https://github.com/llvm/llvm-project/pull/164957
More information about the cfe-commits
mailing list