llvm-6502/lib
Rafael Espindola f297c93191 Fix PR9127 by reversing the operands even if they have more then one use.
Reversing the operands allows us to fold, but doesn't force us to. Also, at
this point the DAG is still being optimized, so the check for hasOneUse is not
very precise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124773 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-03 03:58:05 +00:00
..
Analysis Fix typo in comment. 2011-02-03 00:13:47 +00:00
Archive
AsmParser
Bitcode
CodeGen Defer SplitKit value mapping until all defs are available. 2011-02-03 00:54:23 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Object
Support raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev). 2011-02-03 03:32:32 +00:00
Target Fix PR9127 by reversing the operands even if they have more then one use. 2011-02-03 03:58:05 +00:00
Transforms SimplifyCFG: Turn switches into sub+icmp+branch if possible. 2011-02-02 15:56:22 +00:00
VMCore Make SwitchInst::removeCase() more efficient. 2011-02-01 09:22:34 +00:00
Makefile