[PATCH] Allow misaligned stores in x86 fast-isel

Nadav Rotem nrotem at apple.com
Wed Apr 17 23:04:27 PDT 2013


LGTM. 

On Apr 17, 2013, at 5:10 PM, Jim Stichnoth <stichnot at google.com> wrote:

> In X86FastISel::X86SelectStore(), improperly aligned stores are rejected and handled by the DAG-based ISel.  However, X86FastISel::X86SelectLoad() makes no such requirement.  There doesn't appear to be an x86 architectural correctness issue with allowing potentially unaligned store instructions.
> 
> The attached patch removes this restriction.
> 
> Jim
> <fastisel_unaligned_store.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130417/59c5ea15/attachment.html>


More information about the llvm-commits mailing list