[PATCH] D20762: AArch64: Do not test for CPUs, use SubtargetFeatures

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 03:46:58 PDT 2016


rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.

Thanks Matthias, LGTM!


================
Comment at: lib/Target/AArch64/AArch64Subtarget.cpp:52
@@ -49,1 +51,3 @@
 
+void AArch64Subtarget::initializeProperties() {
+  // Initialize CPU specific properties. We should add a tablegen feature for
----------------
Maybe a FIXME line saying this should also be table-gen'd. (your future patch)


Repository:
  rL LLVM

http://reviews.llvm.org/D20762





More information about the llvm-commits mailing list