rename simd_shuffle_generic → simd_shuffle_const_generic
This commit is contained in:
parent
617aad8c2e
commit
0362775fb5
10 changed files with 55 additions and 55 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue