[LLVMbugs] [Bug 18865] ARMLoadStoreOptimizer should be disable when Address Sanitizer is enable
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Feb 17 00:53:42 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18865
manjian <manjian2006 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #4 from manjian <manjian2006 at gmail.com> ---
I saw the
bic sp,sp,#31
which means sp is 5 bits align,fine for asan,which reqiures 3(shadow)+2(4 bytes
align for stm) 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/20140217/fa735b75/attachment.html>
More information about the llvm-bugs
mailing list