[PATCH] D45431: [AArch64][SVE] Asm: Add support for parsing and printing SVE vector lists.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 12 07:10:54 PDT 2018
sdesmalen marked 3 inline comments as done.
sdesmalen added inline comments.
================
Comment at: lib/Target/AArch64/AArch64RegisterInfo.td:841
+ def zsub0 : SubRegIndex<128, -1>;
+ def zsub1 : SubRegIndex<128, -1>;
+ def zsub2 : SubRegIndex<128, -1>;
----------------
fhahn wrote:
> zsub1...3 do not seem used?
These are required for ST(2|3|4) instructions, but I can remove them from this patch.
https://reviews.llvm.org/D45431
More information about the llvm-commits
mailing list