diff options
| author | Ralf Jung <post@ralfj.de> | 2025-02-25 07:43:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 07:43:16 +0000 |
| commit | cfb827804fb9ee5bd93f8373ef4b9afbc5b0a38b (patch) | |
| tree | 379f598e24bdd72753363bd43e7af456ed20c186 /compiler/rustc_codegen_llvm/src/intrinsic.rs | |
| parent | 913612c59e35e6c85182c55a5f7bface4a828a32 (diff) | |
| parent | 40ba5d25465dc63bff3e3b13b6e592dad8be8435 (diff) | |
| download | rust-cfb827804fb9ee5bd93f8373ef4b9afbc5b0a38b.tar.gz rust-cfb827804fb9ee5bd93f8373ef4b9afbc5b0a38b.zip | |
Merge pull request #4206 from RalfJung/rustup
Rustup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/intrinsic.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/intrinsic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/intrinsic.rs b/compiler/rustc_codegen_llvm/src/intrinsic.rs index dfbb5bc1731..56fae135e55 100644 --- a/compiler/rustc_codegen_llvm/src/intrinsic.rs +++ b/compiler/rustc_codegen_llvm/src/intrinsic.rs @@ -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; |
