[PATCH] D46851: [WIP] [AArch64] Pattern-match byte store from a vector register.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 15:11:45 PDT 2018


efriedma added a comment.

i8 isn't considered a legal type by the AArch64ISelLowering, so it will never show up in the input to the instruction selector. Given that, I'm not sure it's really meaningful to say i8 maps to any specific register class.

But I guess it wouldn't do any harm to list i8 as part of FPR8?  At least, I can't think of any other effects.


Repository:
  rL LLVM

https://reviews.llvm.org/D46851





More information about the llvm-commits mailing list