[all-commits] [llvm/llvm-project] 8607e3: [AArch64][llvm] Add instructions for FEAT_MOPS_GO
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Thu Oct 23 16:32:09 PDT 2025
Branch: refs/heads/users/jthackray/armvfat-feat_mops_go
Home: https://github.com/llvm/llvm-project
Commit: 8607e3805451ff7fa5e2dd03d7f69a11d25dcc23
https://github.com/llvm/llvm-project/commit/8607e3805451ff7fa5e2dd03d7f69a11d25dcc23
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M clang/test/Driver/aarch64-vfat.c
M clang/test/Driver/print-supported-extensions-aarch64.c
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
A llvm/test/MC/AArch64/arm-mops-go-diagnostics.s
A llvm/test/MC/AArch64/arm-mops-go.s
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[AArch64][llvm] Add instructions for FEAT_MOPS_GO
Add the following `FEAT_MOPS_GO` instructions:
* `SETGOP`, `SETGOM`, `SETGOE`
* `SETGOPN`, `SETGOMN`, `SETGOEN`
* `SETGOPT`, `SETGOMT`, `SETGOET`
* `SETGOPTN`, `SETGOMTN`, `SETGOETN`
as documented here:
https://developer.arm.com/documentation/109697/2025_09/Future-Architecture-Technologies
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list