llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner b72773bb88 Fold trunc(any_ext). This gives stuff like:
27,28c27
<       movzwl %di, %edi
<       movl %edi, %ebx
---
>       movw %di, %bx


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28137 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-05 22:56:26 +00:00
..
DAGCombiner.cpp Fold trunc(any_ext). This gives stuff like: 2006-05-05 22:56:26 +00:00
LegalizeDAG.cpp
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp Fix VC++ compilation error. 2006-05-05 01:47:05 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp
SelectionDAGISel.cpp More aggressively sink GEP offsets into loops. For example, before we 2006-05-05 21:17:49 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Implement ComputeMaskedBits/SimplifyDemandedBits for ISD::TRUNCATE 2006-05-05 22:32:12 +00:00