[llvm-bugs] [Bug 45960] Clang generates improperly aligned code for aarch64, cortex-a53 for O2

via llvm-bugs llvm-bugs at lists.llvm.org
Sun May 17 11:53:47 PDT 2020


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

Eli Friedman <efriedma at quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |efriedma at quicinc.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Eli Friedman <efriedma at quicinc.com> ---
In general, unaligned loads to normal memory are legal on ARM.

If you need to do something exotic, like run C code with the MMU disabled, you
can use -mstrict-align.

-- 
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/20200517/e70b4bdf/attachment.html>


More information about the llvm-bugs mailing list