]> granicus.if.org Git - llvm/commit
[ARM] Classification Improvements to ARM Sched-Model. NFCI.
authorJaved Absar <javed.absar@arm.com>
Thu, 2 Feb 2017 21:08:12 +0000 (21:08 +0000)
committerJaved Absar <javed.absar@arm.com>
Thu, 2 Feb 2017 21:08:12 +0000 (21:08 +0000)
commitf497270e3223117db190ed4161803ae8e49dc60f
treefb7f9c05b858d7424ec1825aecf5e20d5d454b7c
parent5340452c64bb5008ab3f2007bd1b09563e7e5b65
[ARM] Classification Improvements to ARM Sched-Model. NFCI.

This is the second in the series of patches to enable adding
of machine sched-models for ARM processors easier and compact.
This patch focuses on integer instructions and adds missing
sched definitions.

Reviewers: rovka, rengolin
Differential Revision: https://reviews.llvm.org/D29127

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293935 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMSchedule.td
lib/Target/ARM/ARMScheduleA9.td
lib/Target/ARM/ARMScheduleR52.td
lib/Target/ARM/ARMScheduleSwift.td
test/CodeGen/ARM/misched-int-basic.mir [new file with mode: 0644]