[all-commits] [llvm/llvm-project] 1efea0: [AArch64] Support v8.9-A/v9.4-A in .arch_extension...
Lucas Duarte Prates via All-commits
all-commits at lists.llvm.org
Mon Jan 23 07:03:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1efea0ae8ed2ed256aa8950a020448a361bb9282
https://github.com/llvm/llvm-project/commit/1efea0ae8ed2ed256aa8950a020448a361bb9282
Author: Lucas Prates <lucas.prates at arm.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M llvm/test/MC/AArch64/directive-arch_extension-negative.s
M llvm/test/MC/AArch64/directive-arch_extension.s
Log Message:
-----------
[AArch64] Support v8.9-A/v9.4-A in .arch_extension directive
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.
Reviewed By: lenary, tmatheson
Differential Revision: https://reviews.llvm.org/D141402
More information about the All-commits
mailing list