llvm-6502/lib
Richard Osborne ebc64cf780 Lower add (mul a, b), c into MACCU / MACCS nodes which translate
directly to the maccu / maccs instructions. We handle this in
ExpandADDSUB since after type legalisation it is messy to
recognise these operations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98150 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-10 11:41:08 +00:00
..
Analysis Avoid analyzing instructions in blocks not reachable from the entry block. 2010-03-09 23:46:50 +00:00
Archive
AsmParser
Bitcode
CodeGen move three lowering hooks from MAI to TLOF and make one of them 2010-03-10 07:20:42 +00:00
CompilerDriver
ExecutionEngine
Linker
MC move three lowering hooks from MAI to TLOF and make one of them 2010-03-10 07:20:42 +00:00
Support
System
Target Lower add (mul a, b), c into MACCU / MACCS nodes which translate 2010-03-10 11:41:08 +00:00
Transforms Fix a comment. 2010-03-10 02:18:48 +00:00
VMCore
Makefile