Files
llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 59d5b68dff Enable a couple of xforms:
- (store (bitconvert v)) -> (store v) if resultant store does not require
higher alignment
- (bitconvert (load v)) -> (load (bitconvert*)v) if resultant load does not
require higher alignment


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36908 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-07 21:27:48 +00:00
..
2007-05-07 21:27:48 +00:00
2006-07-26 16:18:00 +00:00
2007-03-20 20:43:18 +00:00
2007-04-26 19:40:56 +00:00