[PATCH] D21432: [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFC

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 07:17:48 PDT 2016


rengolin added inline comments.

================
Comment at: lib/Target/ARM/ARMInstrInfo.td:327
@@ -326,2 +326,3 @@
 
 // VDUP.32 is microcoded on Swift - prefer VMOV.
+def HasFastVDUP32 : Predicate<"!Subtarget->hasSlowVDUP32()">;
----------------
probably don't need the comments any more?


http://reviews.llvm.org/D21432





More information about the llvm-commits mailing list