]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #84654 - alexcrichton:update-llvm-, r=cuviper
authorbors <bors@rust-lang.org>
Fri, 30 Apr 2021 14:39:27 +0000 (14:39 +0000)
committerbors <bors@rust-lang.org>
Fri, 30 Apr 2021 14:39:27 +0000 (14:39 +0000)
Update LLVM for more wasm simd updates

This fixes the temporary regression introduced in #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.


Trivial merge