This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add ARMv8.2-A new AT instruction variants
ClosedPublic

Authored by olista01 on Nov 26 2015, 5:14 AM.

Details

Summary

ARMv8.2-A adds new variants of the "at" (address translate) system
instruction, which take the PSTATE.PAN bit (added in ARMv8.1-A). These
are a required part of ARMv8.2-A, so no additional subtarget features
are required.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 41239.Nov 26 2015, 5:14 AM
olista01 retitled this revision from to [AArch64] Add ARMv8.2-A new AT instruction variants.
olista01 updated this object.
olista01 added a reviewer: t.p.northover.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
t.p.northover accepted this revision.Nov 26 2015, 7:23 AM
t.p.northover edited edge metadata.

Looks good, which just leaves the big ones I think.

Tim.

This revision is now accepted and ready to land.Nov 26 2015, 7:23 AM
This revision was automatically updated to reflect the committed changes.