forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LLVM for more wasm simd updates
This fixes the temporary regression introduced in rust-lang#84339 where the wasm target uses `fpto{s,u}i` intrinsics but the codegen for those intrinsics with the `+nontrapping-fptoint` LLVM feature wasn't very good (aka it didn't use the wasm instruction). The fixes brought in here fix that and also implement the second-to-last simd instruction in LLVM.
- Loading branch information
1 parent
49920bc
commit 29a12f7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llvm-project
updated
26 files