[PATCH] D15020: [AArch64] Add ARMv8.2-A UAO PSTATE bit

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 07:17:29 PST 2015


t.p.northover accepted this revision.
t.p.northover added a comment.
This revision is now accepted and ready to land.

This looks fine too, with one nit.

Tim.


================
Comment at: lib/Target/AArch64/Utils/AArch64BaseInfo.h:468
@@ -467,2 +467,3 @@
     PAN = 0x04,
+    UAO = 0x03
   };
----------------
Missing comment here, for consistency.


Repository:
  rL LLVM

http://reviews.llvm.org/D15020





More information about the llvm-commits mailing list