[PATCH] D140216: [AArch64] Add missing v8.8a Non-maskable Interrupts feature
Lucas Prates via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 07:00:06 PST 2022
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 missing Non-maskable Interrupts (FEAT_NMI)
feature from armv8.8-A, which consists of the `ALLINT` pstate register.
This is a second iteration of the patch from D131389 <https://reviews.llvm.org/D131389>, building on top of
the D139925 <https://reviews.llvm.org/D139925> changes that enable better support for `msr (immediate)`
instructions that take 1-bit immediates.
Contributors:
- David Candler
- Tomas Matheson
- Sam Elliott
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140216
Files:
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64SystemOperands.td
llvm/test/MC/AArch64/armv8.8a-nmi-error.s
llvm/test/MC/AArch64/armv8.8a-nmi.s
llvm/test/MC/Disassembler/AArch64/armv8.8a-nmi.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140216.483528.patch
Type: text/x-patch
Size: 5876 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221216/429b50af/attachment.bin>
More information about the llvm-commits
mailing list