]> granicus.if.org Git - llvm/commit
[ARM] Add machine scheduler for Cortex-R52
authorJaved Absar <javed.absar@arm.com>
Tue, 15 Nov 2016 11:34:54 +0000 (11:34 +0000)
committerJaved Absar <javed.absar@arm.com>
Tue, 15 Nov 2016 11:34:54 +0000 (11:34 +0000)
commit51f285437dba3391adf23bb5a65309d093d7055e
tree37f69320d1fa2383a2218a0c39bb578121741301
parent027cab59147f57ead24499cf499d15c1a2cfc413
[ARM] Add machine scheduler for Cortex-R52

This patch adds the Sched Machine Model for Cortex-R52.

Details of the pipeline and descriptions are in comments
in file ARMScheduleR52.td included in this patch.

Reviewers: rengolin, jmolloy

Differential Revision: https://reviews.llvm.org/D26500

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