From 27fc7cbba9026add8a469587ea7aba9d9291941d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 28 Apr 2021 07:19:49 -0700 Subject: [PATCH] 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. --- src/llvm-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm-project b/src/llvm-project index 0ed6038a318e3..06c2b9d1e23b7 160000 --- a/src/llvm-project +++ b/src/llvm-project @@ -1 +1 @@ -Subproject commit 0ed6038a318e34e3d76a9e55bdebc4cfd17f902a +Subproject commit 06c2b9d1e23b73ffb5059769542097b86d5a4623