Skip to content

Commit

Permalink
Rollup merge of rust-lang#84654 - alexcrichton:update-llvm-, r=cuviper
Browse files Browse the repository at this point in the history
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
Dylan-DPC authored Apr 29, 2021
2 parents 56e5397 + 27fc7cb commit ae4e085
Showing 1 changed file with 1 addition and 1 deletion.