https://bugs.llvm.org/show_bug.cgi?id=50785
Eli Friedman <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Eli Friedman <[email protected]> ---
Found a related miscompile, pushed
https://github.com/llvm/llvm-project/commit/bf0d0671a1062aec973c14522d6accf0c438b92e
. That isn't relevant to either of the commands you're trying, though.
Code is expected to indicate explicitly to the compiler when an access might be
unaligned. The usual recommended patch to the code is to memcpy from the
buffer to a local variable, or vice versa.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs