Tim Northover 1334acd8c6 ARM: use litpools for normal i32 imms when compiling minsize.
With constant-sharing, litpool loads consume 4 + N*2 bytes of code, but
movw/movt pairs consume 8*N. This means litpools are better than movw/movt even
with just one use. Other materialisation strategies can still be better though,
so the logic is a little odd.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199891 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-23 13:43:47 +00:00
..
2013-05-20 08:01:34 +00:00
2014-01-11 21:06:00 +00:00
2014-01-11 21:06:00 +00:00
2013-09-04 21:23:23 +00:00
2013-07-18 13:17:26 +00:00