-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Backport LLVM fixes for a JumpThreading / assume intrinsic bug #48583
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
Conversation
📌 Commit f05d967 has been approved by |
@bors: r+ |
📌 Commit 93cfb2a has been approved by |
🌲 The tree is currently closed for pull requests below priority 200, this pull request will be tested once the tree is reopened |
@bors p=2 prioritizing risky-to-rollup PRs so they get tested first |
Backport LLVM fixes for a JumpThreading / assume intrinsic bug This fixes the original cause of #48116 and restores the assume intrinsic that was removed as a workaround. r? @alexcrichton
💔 Test failed - status-appveyor |
@bors retry
|
Backport LLVM fixes for a JumpThreading / assume intrinsic bug This fixes the original cause of #48116 and restores the assume intrinsic that was removed as a workaround. r? @alexcrichton
☀️ Test successful - status-appveyor, status-travis |
This fixes the original cause of #48116 and restores the assume intrinsic that was removed as a workaround.
r? @alexcrichton