[PATCH] D46655: [AArch64] Improve single vector lane stores

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 08:08:27 PDT 2018


evandro added a comment.

In https://reviews.llvm.org/D46655#1096661, @efriedma wrote:

> LGTM.  (We should also add the i8 patterns at some point, but we can do that as a followup.)


Trying to add `i8` hasn't been as straightforward.  It seems to be hinged on `FPR8` holding only `untyped`, but the approach that I'm trying would not change that.  I'll keep you posted.

Thank you.


https://reviews.llvm.org/D46655





More information about the llvm-commits mailing list