[PATCH] D21685: [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 08:09:59 PDT 2016


rovka created this revision.
rovka added reviewers: t.p.northover, sbaranga, jmolloy, kristof.beyls, compnerd, echristo, MatzeB, rengolin.
rovka added a subscriber: llvm-commits.
Herald added subscribers: mehdi_amini, dschuff, rengolin, jfb, aemerson.

This is a follow-up for r273544.

The end goal is to get rid of the isSwift / isCortexXY / isWhatever methods.

Since the ARM backend seems to have quite a lot of calls to these methods, I intend to submit 5-6 subtarget features at a time, instead of one big lump.

http://reviews.llvm.org/D21685

Files:
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMSubtarget.cpp
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/ARM/ARMTargetTransformInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21685.61791.patch
Type: text/x-patch
Size: 14891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160624/2b9060a2/attachment.bin>


More information about the llvm-commits mailing list