[clang] [llvm] [X86][AVX10.2] Support AVX10.2-SATCVT-DS new instructions. (PR #102592)
Mikael Holmén via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 21:47:49 PDT 2024
================
@@ -0,0 +1,52 @@
+// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=i386-unknown-unknown -target-feature +avx10.2-512 -emit-llvm -Wall -Werror -verify
----------------
mikaelholmen wrote:
Can we remove "-emit-llvm" from this test (and others in this patch) since noone seems to look at the produced output anyway?
See e.g. b7730a23efb22
```
[test] Avoid writing to a potentially write-protected dir (#102073)
```
solving a similar problem.
https://github.com/llvm/llvm-project/pull/102592
More information about the cfe-commits
mailing list