Auto merge of #84654 - alexcrichton:update-llvm-, r=cuviper

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.
This commit is contained in:
bors 2021-04-30 14:39:27 +00:00
commit 8fef006d44
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0ed6038a318e34e3d76a9e55bdebc4cfd17f902a
Subproject commit b61c24f3521303d442fa86fe691bc8e6acc15103

View File

@ -1,6 +1,4 @@
// min-llvm-version: 10.0.1
// FIXME(#84025): codegen-units=1 leads to linkage errors
// compile-flags: -C codegen-units=2
// only-x86_64
// only-linux
// run-pass