[PATCH] D37068: [AArch64] Armv8.3-a IDSAR6 register support

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 07:23:44 PDT 2017


dmgreen added a comment.

According to the latest 8.3 beta file I downloaded, it looks like this now tests dotproduct too and was backported to 8.2 as a result. It's not in the Arm ARM beta yet though.



================
Comment at: lib/Target/AArch64/AArch64SystemOperands.td:430
+
+// v8.3a Javascript data type conversion support
+let Requires = [{ {AArch64::HasV8_3aOps} }] in
----------------
You could add Op0, Op1, etc here, to keep things the same as above. This file doesn't seem to have the most consistent formatting, but it might as well look roughly the same.

Or maybe move it up into the ID_ISARx's above, if it's not JS specific.


https://reviews.llvm.org/D37068





More information about the llvm-commits mailing list