-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Reapply "[DFAJumpThreading] Enable DFAJumpThread by default." #169183
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
base: main
Are you sure you want to change the base?
Reapply "[DFAJumpThreading] Enable DFAJumpThread by default." #169183
Conversation
|
@boomanaiden154 Fix for the existing reported issue has been merged. Can you see if this pass is causing any more breakage for you? |
XChy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
I started testing. I think I should have a decent chunk of results by tomorrow. I'll update the thread with results once I have them. |
|
I am seeing some failures that look like miscompiles still. No crashes from what I've seen yet, and there were one or two before. I'll try and spend some time debugging tomorrow, along with digging through the rest of the results. The one failure I've seen so far is in https://github.com/google/xls in |
|
https://gist.github.com/boomanaiden154/445779ab0e9bd122b9c8c15ce00db48f Reproduces the issue: Sorry for the largeish reproducer. |
I tried to reduce it with https://github.com/dtcxzyw/llvm-ub-aware-interpreter, but it contains immediate UB: |
|
I think that's just how llvm-reduce does things. |
|
Do you have the original unreduced IR file? I am going to try to reduce a UB-free testcase. |
Not one I can just post here given this comes from our internal build system.. |
Reapply: #157646 by reverting: #167352