llvm-6502/include
Evan Cheng 2766a47310 Replace r169459 with something safer. Rather than having computeMaskedBits to
understand target implementation of any_extend / extload, just generate
zero_extend in place of any_extend for liveouts when the target knows the
zero_extend will be implicit (e.g. ARM ldrb / ldrh) or folded (e.g. x86 movz).

rdar://12771555


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169536 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-06 19:13:27 +00:00
..
llvm Replace r169459 with something safer. Rather than having computeMaskedBits to 2012-12-06 19:13:27 +00:00
llvm-c Added a option to the disassembler to print immediates as hex. 2012-12-05 18:13:19 +00:00