about summary refs log tree commit diff
path: root/src/test/codegen/unpadded-simd.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2021-08-04Add testcase for proper LLVM representation of SIMD types.Hans Kratz-0/+14
Testcase to make sure that no 0-sized padding is inserted in structs and that structs are represented as expected by Neon intrinsics in LLVM.