-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
CodeGen/Generic/2003-05-28-ManyArgs.ll hits exponential behavior on PPC #1219
Comments
assigned to @lattner |
Verified, do you want me to take it? |
I'd like to give it a shot. I'll look at it tonight. |
This looks like exponential behavior in LegalizeAllNodesNotLeadingTo, not an infinite loop. I'll see if it's -Chris |
Okay. I'll also look at it unless you close the bug. Yeah, it would be weird if it hung on one thing and not |
Have a fix. Sorry to steal this from you. :( |
No biggie. :) |
Patch here: With this fix, CodeGen/Generic/2003-05-28-ManyArgs.ll compiles nearly instantly. -Chris |
Extended Description
The test/Regression/CodeGen/Generic/2003-05-28-ManyArgs.ll test-point was running for several
minutes on my machine before I killed it. I looked at it in the debugger and it seems to be doing the
legalizing of the selection DAG forever.
-bw
The text was updated successfully, but these errors were encountered: