1
Fork 0

rename simd_shuffle_generic → simd_shuffle_const_generic

This commit is contained in:
Ralf Jung 2025-02-24 19:10:55 +01:00
parent 617aad8c2e
commit 0362775fb5
10 changed files with 55 additions and 55 deletions

View file

@ -1329,7 +1329,7 @@ fn generic_simd_intrinsic<'ll, 'tcx>(
));
}
if name == sym::simd_shuffle_generic {
if name == sym::simd_shuffle_const_generic {
let idx = fn_args[2].expect_const().to_value().valtree.unwrap_branch();
let n = idx.len() as u64;