llvm-6502/include
Matt Arsenault 6e6318f148 Add target hook for whether it is profitable to reduce load widths
Add an option to disable optimization to shrink truncated larger type
loads to smaller type loads. On SI this prevents using scalar load
instructions in some cases, since there are no scalar extloads.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224084 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-12 00:00:24 +00:00
..
llvm Add target hook for whether it is profitable to reduce load widths 2014-12-12 00:00:24 +00:00
llvm-c IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00