[llvm-bugs] [Bug 27219] Rewriting VMLA.F32 instructions as VMUL+VADD is not a feature, it's a bug!

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jun 30 06:58:01 PDT 2017


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

kristof.beyls at arm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from kristof.beyls at arm.com ---
Fixed in r304390, by making -mcpu=generic the default.
In r306514, -mcpu=generic was made to schedule instructions in the same way as
when targeting Cortex-A8, to overcome a small performance loss observed from
making -mcpu=generic the default.
More details are available at
http://lists.llvm.org/pipermail/llvm-dev/2017-May/113525.html

-- 
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/20170630/c2151954/attachment-0001.html>


More information about the llvm-bugs mailing list