[PATCH] D13771: [AArch64]Add support for converting halfword loads into a 32-bit word load

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 12:53:00 PDT 2015


Hi Jun,

I'm concerned about the performance portability of this change. It takes N
loads (which are contiguous so would all hit the cache) and converts to N+1
operations. I'm concerned that the gain might be microarchitectural and
should be gated on a subtarget feature. What targets did you test this on?
How did the test-suite respond?

Cheers,

James

On Mon, 19 Oct 2015 at 19:39 Jun Bum Lim via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> junbuml closed this revision.
> junbuml added a comment.
>
> Committed in r250719
>
>
> http://reviews.llvm.org/D13771
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151019/c9565440/attachment.html>


More information about the llvm-commits mailing list