Skip to content

Update LLVM for more wasm simd updates - #84654

Merged
bors merged 2 commits into
rust-lang:masterfrom
alexcrichton:update-llvm-
Apr 30, 2021
Merged

Update LLVM for more wasm simd updates#84654
bors merged 2 commits into
rust-lang:masterfrom
alexcrichton:update-llvm-

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

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.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @cuviper

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive

Copy link
Copy Markdown
Contributor

⚠️Warning⚠️

  • These commits modify submodules.

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 28, 2021
@cuviper

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Apr 28, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 27fc7cb has been approved by cuviper

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 28, 2021
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Apr 29, 2021
Update LLVM for more wasm simd updates
This fixes the temporary regression introduced in rust-lang#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.
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Apr 29, 2021
Update LLVM for more wasm simd updates
This fixes the temporary regression introduced in rust-lang#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.
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Apr 29, 2021
Update LLVM for more wasm simd updates
This fixes the temporary regression introduced in rust-lang#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.
@JohnTitor

Copy link
Copy Markdown
Member

This likely causes a rollup failure: #84693 (comment)
Relevant commit: rust-lang/llvm-project@05751c8
@bors r- rollup=never

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 29, 2021
This fixes the temporary regression introduced in rust-lang#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.
@alexcrichton

Copy link
Copy Markdown
MemberAuthor

Attempted to fix with rust-lang/llvm-project#106. Pull in that update, but this also pulls in one more commit, so I picked up the Rust changes in #84681 too.

@bors: r=cuviper

@bors

bors commented Apr 30, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit eadcbb5 has been approved by cuviper

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Apr 30, 2021
@alexcrichtonalexcrichton mentioned this pull request Apr 30, 2021
@bors

bors commented Apr 30, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit eadcbb5 with merge 8fef006...

@bors

bors commented Apr 30, 2021

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: cuviper
Pushing 8fef006 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Apr 30, 2021
@bors
bors merged commit 8fef006 into rust-lang:masterApr 30, 2021
@rustbotrustbot added this to the 1.53.0 milestone Apr 30, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@alexcrichton@rust-highfive@cuviper@bors@JohnTitor@rustbot@Amanieu