iamvickynguyen wrote:

The x2/3/4 store variants for most types 
(i8/i16/i32/i64/u8/u16/u32/u64/f16/f32/p8/p16) aren't in the tests that were 
ported. They live in `clang/test/CodeGen/arm-neon-vst.c`. I didn't move them to 
`store.c` because we would lose the 32-bit tests. So I only ported the x2/3/4 
tests that were for AArch64 only (from `neon-intrinsics.c`).

https://github.com/llvm/llvm-project/blob/1bd46015ea4e842091109cd2a491c55c0b455330/clang/test/CodeGen/arm-neon-vst.c#L772-L792

I can create tests that are similar to `arm-neon-vst.c` in `store.c` and leave 
`arm-neon-vst.c` untouched (or delete the CHECK-A64 parts). What do you think 
@banach-space ?

https://github.com/llvm/llvm-project/pull/209347
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to