[PATCH] D46851: [WIP] [AArch64] Pattern-match byte store from a vector register.
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 14 14:51:48 PDT 2018
evandro added a comment.
Apropos, why is `FPR8` defined as `untyped` and not `i8` below?
def FPR8 : RegisterClass<"AArch64", [untyped], 8, (sequence "B%u", 0, 31)>
Repository:
rL LLVM
https://reviews.llvm.org/D46851
More information about the llvm-commits
mailing list