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

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 07:05:53 PDT 2016


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

This is a cleanup commit similar to r271555, but for ARM. 

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/D21432

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21432.60965.patch
Type: text/x-patch
Size: 9179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/07a939a0/attachment.bin>


More information about the llvm-commits mailing list