-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Abnormally large compilation time with -O2 for a small file on x86_64-linux-gnu #135965
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
Labels
Comments
@dianqk might be related to the the recent changes to TailDup for computed gotos? |
I can bisect to #133091 and #134286. |
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
…ts and small nodes with reuses Improves compile time for non-profitable cases. Fixes llvm#135965
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
…ts and small nodes with reuses Improves compile time for non-profitable cases. Fixes llvm#135965
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this issue
May 6, 2025
…ts and small nodes with reuses Improves compile time for non-profitable cases. Fixes llvm#135965
Ankur-0429
pushed a commit
to Ankur-0429/llvm-project
that referenced
this issue
May 9, 2025
…ts and small nodes with reuses Improves compile time for non-profitable cases. Fixes llvm#135965
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it seems to be a recent regression from 20.1.0
The text was updated successfully, but these errors were encountered: