]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #89541 - workingjubilee:abbrev-shufvec-t, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sun, 10 Oct 2021 22:25:49 +0000 (22:25 +0000)
committerbors <bors@rust-lang.org>
Sun, 10 Oct 2021 22:25:49 +0000 (22:25 +0000)
commit3bf55753c680e653eaa9d11dd66e56844bd04d32
tree2470e75ee0c0d29e7627aebc87c0c232d057a93a
parent41dfaaa3c66759395835b3af59b22f4f22175dc8
parent2a7b5117eabab43cb03d69b120b5ff965464ea71
Auto merge of #89541 - workingjubilee:abbrev-shufvec-t, r=Mark-Simulacrum

Cleanup src/test/ui/{simd,simd-intrinsic}

Initial motivation was to simplify a huge macro expansion using a tuple, since we can just use an array in `#[repr(simd)]` now for the same result. But also, several tests were going unnoticed during development of SIMD intrinsics because people kept looking in the wrong directory, and many are basically run-pass vs. build-fail versions of the same tests, so let's keep them close together and simplify their names, so they're easier to sift through.