[llvm-bugs] [Bug 33553] A53 errata 859372(B rare): Advanced SIMD integer multiply instructions in IT block might cause data corruption.

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jun 23 05:08:21 PDT 2017


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

kristof.beyls at arm.com changed:

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

--- Comment #1 from kristof.beyls at arm.com ---
The erratum can only trigger if there are Neon instructions in an IT block.
Neon instructions in an IT block has been deprecated for years in the ARM ARM,
but LLVM was still producing them.

I've adapted LLVM to not put Neon instructions in IT blocks anymore in r305998.

-- 
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/20170623/eae2cc2f/attachment.html>


More information about the llvm-bugs mailing list