[clang] [Clang] Honor -flax-vector-conversions=none on some tests (PR #153433)
Mikołaj Piróg via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 14 03:38:21 PDT 2025
================
@@ -56,11 +56,6 @@ namespace Vector {
static_assert(__builtin_vectorelements(v2) == (32 / sizeof(double)), "");
}
-namespace {
- typedef float __attribute__((vector_size(16))) VI42;
- constexpr VI42 A2 = A;
----------------
mikolaj-pirog wrote:
Done
https://github.com/llvm/llvm-project/pull/153433
More information about the cfe-commits
mailing list