[LLVMdev] Why does x86 fast-isel reject unaligned stores?
Jim Stichnoth
stichnot at google.com
Wed Apr 17 11:16:31 PDT 2013
In X86FastISel::X86SelectStore(), improperly aligned stores are rejected
and handled by the DAG-based ISel. However, X86FastISel::X86SelectLoad()
makes no such requirement. Is there a reason for this alignment
restriction on stores? Would it be reasonable to remove it?
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/45cad964/attachment.html>
More information about the llvm-dev
mailing list