This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add v8.1a "Privileged Access Never" extension
ClosedPublic

Authored by vsukharev on Mar 20 2015, 2:57 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vsukharev updated this revision to Diff 22383.Mar 20 2015, 2:57 PM
vsukharev retitled this revision from to [AArch64] Add v8.1a "Privileged Access Never" extension.
vsukharev updated this object.
vsukharev edited the test plan for this revision. (Show Details)
vsukharev set the repository for this revision to rL LLVM.
vsukharev added a subscriber: Unknown Object (MLST).
jmolloy accepted this revision.Mar 24 2015, 3:18 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

Hi Vladimir,

With the above nits picked, looks fine to me!

Cheers,

James

lib/Target/AArch64/Utils/AArch64BaseInfo.h
446 ↗(On Diff #22383)

Please add a comment like "// Added in v8.1a", to signify why PAN is out of numeric order.

test/MC/AArch64/armv8-extension-pan.s
1 ↗(On Diff #22383)

I know it's picky, but please add a space after the // like all other files.

This revision is now accepted and ready to land.Mar 24 2015, 3:18 AM
emaste added a subscriber: emaste.Mar 24 2015, 8:43 AM
This revision was automatically updated to reflect the committed changes.