[PATCH] D117693: [llvm][AArch64] Accept armv8.8 "hbc" and "mops" in .arch_extension directive

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 19 09:01:42 PST 2022


DavidSpickett added reviewers: simon_tatham, lenary.
DavidSpickett added a comment.

This isn't an exhaustive cross check of the list here and the target parser, just checked the latest few. sme has its own test file for this.

Did not add pmuv3 because as I understand it, removing that feature does not remove the PMU related register from the assembler. It only effects codegen that would use it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117693



More information about the llvm-commits mailing list