llvm-project/llvm/test/Analysis/CostModel/ARM
James Molloy a9f47b6bae [ARM] Teach the cost model that cross-class copies are costly.
Cross-class copies being expensive is actually a trait of the microarchitecture, but as I haven't yet seen an example of a microarchitecture where they're cheap it seems best to just enable this by default, covering the non-mcpu build case.

llvm-svn: 217674
2014-09-12 13:29:40 +00:00
..
cast.ll [ARM] Teach the cost model that cross-class copies are costly. 2014-09-12 13:29:40 +00:00
divrem.ll ARM cost model: Integer div and rem is lowered to a function call 2013-04-25 21:16:18 +00:00
gep.ll
insertelement.ll
lit.local.cfg Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
select.ll Fixes ARM LNT bot from SLP change in O3 2013-08-02 17:10:04 +00:00
shuffle.ll