[LLVMbugs] [Bug 15247] [BBVectorizer] Possible regression of vectorization of Linpack on ARM

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 22 12:42:19 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15247

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #7 from Renato Golin <renato.golin at linaro.org> ---
The difference in performance between GCC and Clang is that Clang defaults to
Cortex-A8 and doesn't do all the optimizations that A9 allows. If I specify
-mcpu=cortex-a9 on the command line, the performances are statistically
identical.

-- 
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/20130422/fb039329/attachment.html>


More information about the llvm-bugs mailing list