[PATCH] D141402: [AArch64] Support v8.9-A/v9.4-A in .arch_extension directive

Lucas Prates via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 09:10:09 PST 2023


pratlucas created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
pratlucas requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This adds support for the v8.9-A/v9.4-A architectural extensions to be
used in .arch_extension assembly directives.

Patch by Sam Elliott.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141402

Files:
  llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  llvm/test/MC/AArch64/directive-arch_extension-negative.s
  llvm/test/MC/AArch64/directive-arch_extension.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141402.487835.patch
Type: text/x-patch
Size: 4209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230110/c59521f6/attachment.bin>


More information about the llvm-commits mailing list