You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This completes in ~15s on recent hardware. The imbalance is much smaller and DSE does not stick out hugely any more. There is still a problem with DSE on huge basic blocks, but the code here does not really show the issue.
Extended Description
$ time /usr/bin/clang++ -O3 -c DiagnosticIDs-1.ii
real 13m17.118s
user 13m14.292s
sys 0m2.795s
gcc for comparison:
$ time /usr/bin/g++ -O3 -c DiagnosticIDs-1.ii
real 9m12.501s
user 9m10.618s
sys 0m1.867s
The text was updated successfully, but these errors were encountered: