[PATCH] D24540: [AArch64] Add Cavium ThunderX subtarget support.

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 04:47:50 PDT 2016


jmolloy added a comment.

Hi,

This generally looks good to me - I agree that the targetparser testing is pretty tautological. Eric, do you have input on whether that's needed?

Cheers,

James



================
Comment at: lib/Target/AArch64/AArch64.td:267
+                                   FeaturePostRAScheduler,
+				   HasV8_1aOps]>;
+
----------------
Indentation is off here.


Repository:
  rL LLVM

https://reviews.llvm.org/D24540





More information about the llvm-commits mailing list