[clang] [CIR][CIRGen][Builtin][X86] Compress Store Intrinsics (PR #169648)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 1 11:49:07 PST 2025
================
@@ -0,0 +1,5 @@
+#include <immintrin.h>
----------------
andykaylor wrote:
This test should be moved to `clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c` which is also being added in https://github.com/llvm/llvm-project/pull/169582. The test will need RUN lines and CIR, LLVM, and OGCG checks added.
https://github.com/llvm/llvm-project/pull/169648
More information about the cfe-commits
mailing list