commit | f6cb3bcb4ccbfa288d500c7ba54396611aaf07df | [log] [tgz] |
---|---|---|
author | Jinsong Ji <jji@us.ibm.com> | Wed May 29 03:02:59 2019 +0000 |
committer | Jinsong Ji <jji@us.ibm.com> | Wed May 29 03:02:59 2019 +0000 |
tree | 8da3dd304c115fba271ce9e22f19dcbcb7fe9688 | |
parent | 72e3f9662b702fb407012d59ef0c23be2a3c7c7c [diff] |
Support resource tracking with InstrSchedModel The current design use DFA to do resource tracking in SMS, and DFA only support InstrItins, and also has scaling limitation. This patch extend SMS to allow Subtarget to use ProcResource in InstrSchedModel instead. Differential Revision: https://reviews.llvm.org/D62163 llvm-svn: 361919