[clang] [CIR] Upstream gather instrinsics (PR #169157)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 24 10:25:23 PST 2025
================
@@ -0,0 +1,151 @@
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-unknown-linux -target-feature +avx512f -target-feature +avx512vl -fclangir -emit-cir -o %t.cir -Wall -Werror -Wsign-conversion
+// RUN: FileCheck --check-prefix=CIR --input-file=%t.cir %s
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-unknown-linux -target-feature +avx512f -target-feature +avx512vl -fclangir -emit-llvm -o %t.ll -Wall -Werror -Wsign-conversion
+// RUN: FileCheck --check-prefixes=LLVM --input-file=%t.ll %s
+
----------------
andykaylor wrote:
Please add OGCG checks in this test.
https://github.com/llvm/llvm-project/pull/169157
More information about the cfe-commits
mailing list