also rename the SIMD intrinsic

This commit is contained in:
Ralf Jung 2024-03-23 23:00:53 +01:00
parent 038e7c6c38
commit f2cff5ebb9
10 changed files with 20 additions and 13 deletions

View file

@ -2133,7 +2133,7 @@ fn generic_simd_intrinsic<'ll, 'tcx>(
return Ok(bx.ptrtoint(args[0].immediate(), llret_ty));
}
if name == sym::simd_from_exposed_addr {
if name == sym::simd_with_exposed_provenance {
let (out_len, out_elem) = require_simd!(ret_ty, SimdReturn);
require!(
in_len == out_len,