Skip to content

Commit 8fef006

Browse files
committed
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.
2 parents 7506228 + eadcbb5 commit 8fef006

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/test/ui/asm/sym.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// min-llvm-version: 10.0.1
2-
// FIXME(#84025): codegen-units=1 leads to linkage errors
3-
// compile-flags: -C codegen-units=2
42
// only-x86_64
53
// only-linux
64
// run-pass

0 commit comments

Comments
 (0)