Andy Sadler 5ac9bee7f1
fix tests/ui/simd/issue-89193.rs and mark as passing
Work around an issue where usize and isize can sometimes (but not
always) get canonicalized to their corresponding integer type.  This
causes shuffle_vector to panic, since the types of the vectors it got
passed aren't the same.

Also insert a cast on the mask element, since we might get passed a
signed integer of any size, not just i32.  For now, we always cast to
i32.

Signed-off-by: Andy Sadler <andrewsadler122@gmail.com>
2024-02-17 17:24:46 -06:00
..
2024-02-14 09:38:56 -05:00
2024-01-09 10:53:00 +08:00
2024-02-02 11:49:32 -05:00
2023-11-28 21:25:42 -06:00
2023-12-21 11:18:11 -05:00
2024-02-02 11:49:32 -05:00