-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Open
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category
Description
Bugzilla Link | 13651 |
Version | unspecified |
OS | All |
Attachments | File that exhibits problem, Smaller Example File |
Reporter | LLVM Bugzilla Contributor |
CC | @d0k,@nico,@stoklund |
Extended Description
The attached file contains a few function definitions followed by a main method with a single line of code duplicated 2500 times.
At optimization levels O0 and O1, the code compiles relatively quickly (~5s). However, at optimization levels O2 and O3, the compilation time jumps to over a minute.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category