llvm-6502/test/Analysis/CostModel/ARM
James Molloy 94c25519a2 [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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217674 91177308-0d34-0410-b5e6-96231b3b80d8
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 ARM cost model: Address computation in vector mem ops not free 2013-02-08 14:50:48 +00:00
insertelement.ll ARM cost model: Address computation in vector mem ops not free 2013-02-08 14:50:48 +00:00
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 ARM cost model: Add vector reverse shuffle costs 2013-02-12 02:40:39 +00:00