[clang] [CIR][X86]Implement handling for Select/Selectsh builtins in CIR (PR #174003)
Priyanshu Kumar via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 1 21:30:01 PST 2026
================
@@ -0,0 +1,357 @@
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-unknown-linux -target-feature +avx512f -target-feature +avx512vl -target-feature +avx512bw -target-feature +avx512dq -target-feature +avx512fp16 -target-feature +avx512bf16 -fclangir -emit-cir -o %t.cir
----------------
Priyanshu3820 wrote:
yes, thanks. Updated
https://github.com/llvm/llvm-project/pull/174003
More information about the cfe-commits
mailing list