[clang] [Clang][AArch64] Add fix vector types to header into SVE (PR #73258)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 03:44:48 PST 2023


================
@@ -0,0 +1,113 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 3
----------------
sdesmalen-arm wrote:

Given my previous comment, I think it's also worth having a test for:
```
 #include <arm_sve.h>
 #include <arm_neon.h>
```
and
```
 #include <arm_neon.h>
 #include <arm_sve.h>
```
Maybe you can modify this test with some extra RUN lines and `#ifdef` logic for the includes.

https://github.com/llvm/llvm-project/pull/73258


More information about the cfe-commits mailing list