llvm-6502/lib/Transforms
Chris Lattner 918871ee01 make instcombine only rewrite a chain of computation
(eliminating some extends) if the new type of the
computation is legal or if both the source and dest
are illegal.  This prevents instcombine from changing big
chains of computation into i64 on 32-bit targets for 
example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86398 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-07 19:11:46 +00:00
..
Hello
Instrumentation
IPO - new SROA mallocs should have the mallocs running-or'ed, not the malloc's bitcast 2009-11-07 00:41:19 +00:00
Scalar make instcombine only rewrite a chain of computation 2009-11-07 19:11:46 +00:00
Utils remove a bunch of extraneous LLVMContext arguments 2009-11-06 04:27:31 +00:00
Makefile