[llvm-bugs] [Bug 11024] llc is taking 2000x time to compile for ARM target than for x86

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jan 15 07:22:40 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=11024

Renato Golin <renato.golin at linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |renato.golin at linaro.org
         Resolution|---                         |FIXED

--- Comment #15 from Renato Golin <renato.golin at linaro.org> ---
(In reply to comment #10)
> OK I just reopen this topic to add this comment. I've checked with trunc and
> now it runs in 10 secs, so however this is a 10x improvement, it is still
> 100x slower than for x86 target.

This IR is too old, trunk doesn't accept it. If this is still an issue, please
attach an IR that trunk can consume and reopen.


> As you can see, now ARM Instruction selection is taking most of the time.

The same was true in the x86 case, I don't think that's an issue, since that's
the bulk of the work anyway.

-- 
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/20160115/a68e41d6/attachment.html>


More information about the llvm-bugs mailing list