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

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 06:18:45 PDT 2016


mssimpso added inline comments.

================
Comment at: lib/Target/AArch64/AArch64Subtarget.cpp:69
@@ +68,3 @@
+    VectorInsertExtractBaseCost = 2;
+    break;
+  case Others: break;
----------------
Hi Matthias,

The switch looks good to me now. Thanks.


Repository:
  rL LLVM

http://reviews.llvm.org/D20762





More information about the llvm-commits mailing list