[PATCH] D61262: [AArch64] Implement MC support for Scalable Vector Extension 2 (SVE2)

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 08:41:49 PDT 2019


c-rhodes added a comment.

>> The changes to the TargetParser, AsmParser and schedulers are adding new feature support, I think that constitutes one patch and I can split that out.
> 
> Yes, from a closer look, I think too that this is a separate patch. Perhaps the only one, indeed, but it was a bit difficult to see :-)

I have split this into smaller patches, the first patch adding SVE2 feature support can be found here:
https://reviews.llvm.org/D61513

First couple of patches adding instructions:
https://reviews.llvm.org/D61514
https://reviews.llvm.org/D61515


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61262/new/

https://reviews.llvm.org/D61262





More information about the llvm-commits mailing list