[llvm-bugs] [Bug 2744] Loop Unswitch : Preserve dominator info incrementally
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 20 03:12:43 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=2744
Florian Hahn <Florian.Hahn at arm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |Florian.Hahn at arm.com
Resolution|--- |FIXED
--- Comment #10 from Florian Hahn <Florian.Hahn at arm.com> ---
It looks like this isn't a problem any longer, -ftime-report reports the
following for loop unswitching:
-O2:
0.0030 ( 0.1%) 0.0000 ( 0.1%) 0.0031 ( 0.1%) 0.0031 ( 0.1%)
Unswitch loops
-O3:
0.0094 ( 0.4%) 0.0001 ( 0.2%) 0.0095 ( 0.4%) 0.0095 ( 0.4%)
Unswitch loops
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161220/c278f38a/attachment-0001.html>
More information about the llvm-bugs
mailing list