Skip to content

Commit

Permalink
Auto merge of #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 #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
bors committed Apr 30, 2021
2 parents 7506228 + eadcbb5 commit 8fef006
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/llvm-project
2 changes: 0 additions & 2 deletions src/test/ui/asm/sym.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8fef006

Please sign in to comment.