summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/misched-int-basic.mir
Commit message (Collapse)AuthorAgeFilesLines
* CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun2017-05-251-3/+3
| | | | | | | | Rename the DEBUG_TYPE to match the names of corresponding passes where it makes sense. Also establish the pattern of simply referencing DEBUG_TYPE instead of repeating the passname where possible. llvm-svn: 303921
* [ARM] Classification Improvements to ARM Sched-Model. NFCI.Javed Absar2017-02-021-0/+128
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 llvm-svn: 293935
OpenPOWER on IntegriCloud