]> git.lizzy.rs Git - rust.git/commit
Add testcase for proper LLVM representation of SIMD types.
authorHans Kratz <hans@appfour.com>
Wed, 21 Jul 2021 11:20:35 +0000 (13:20 +0200)
committerHans Kratz <hans@appfour.com>
Wed, 4 Aug 2021 21:36:14 +0000 (23:36 +0200)
commit4a8202c4a68ec6161dbc31dcb5b0ec51d84c9d87
treedeb629ce2801d303788e12577db19675ff2c23b8
parent50be80b22d5edf508198fa757a0a88316b009af6
Add testcase for proper LLVM representation of SIMD types.

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.
src/test/codegen/unpadded-simd.rs [new file with mode: 0644]