Files
rust/compiler/rustc_mir_transform/src
Matthias Krüger f36a9b5e18 Rollup merge of #113534 - oli-obk:simd_shuffle_dehackify, r=workingjubilee
Forbid old-style `simd_shuffleN` intrinsics

Don't merge before https://github.com/rust-lang/packed_simd/pull/350 has made its way to crates.io

We used to support specifying the lane length of simd_shuffle ops by attaching the lane length to the name of the intrinsic (like `simd_shuffle16`). After this PR, you cannot do that anymore, and need to instead either rely on inference of the `idx` argument type or specify it as `simd_shuffle::<_, [u32; 16], _>`.

r? `@workingjubilee`
2023-08-04 07:25:45 +02:00
..
2023-07-20 21:30:51 +00:00
2023-05-17 12:18:55 +00:00
2023-06-29 11:53:41 +10:00
2023-07-10 16:01:19 +00:00
2023-07-12 21:49:27 -04:00
2023-04-10 22:02:52 +02:00