Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: update check for inferred nneg on zext #117879

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

durin42
Copy link
Contributor

@durin42 durin42 commented Nov 13, 2023

This was broken by upstream
llvm/llvm-project@dc6d077. It's easy enough to use a regex match to support both, so we do that.

r? @nikic
@rustbot label: +llvm-main

This was broken by upstream
llvm/llvm-project@dc6d077. It's easy
enough to use a regex match to support both, so we do that.

r? @nikic
@rustbot label: +llvm-main
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) labels Nov 13, 2023
@nikic
Copy link
Contributor

nikic commented Nov 13, 2023

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Nov 13, 2023

📌 Commit 5d8d700 has been approved by nikic

It is now in the queue for this repository.

@bors bors 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 Nov 13, 2023
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 13, 2023
…iaskrgr

Rollup of 4 pull requests

Successful merges:

 - rust-lang#114224 (rustc_llvm: Link to libkstat on Solaris/SPARC)
 - rust-lang#117695 (Reorder checks to make sure potential missing expect on Option/Result…)
 - rust-lang#117870 (`fn args_ref_X` to `fn args_X`)
 - rust-lang#117879 (tests: update check for inferred nneg on zext)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 6d5d509 into rust-lang:master Nov 13, 2023
11 checks passed
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Nov 13, 2023
Rollup merge of rust-lang#117879 - durin42:nneg-zext, r=nikic

tests: update check for inferred nneg on zext

This was broken by upstream
llvm/llvm-project@dc6d077. It's easy enough to use a regex match to support both, so we do that.

r? `@nikic`
`@rustbot` label: +llvm-main
@rustbot rustbot added this to the 1.76.0 milestone Nov 13, 2023
@durin42 durin42 deleted the nneg-zext branch April 12, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) S-waiting-on-bors Status: 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.

None yet

4 participants