llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman e40c7b0973 Use the correct result value type instead of using getValueType(0)
in ExpandEXTRACT_VECTOR_ELT and SplitVectorOp. This fixes an abort
in the included testcase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42264 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-24 15:54:53 +00:00
..
CallingConvLower.cpp propagate struct size and alignment of byval arguments to the DAG 2007-08-10 14:44:42 +00:00
DAGCombiner.cpp Fix a bogus splat xform: 2007-09-18 21:54:37 +00:00
LegalizeDAG.cpp Use the correct result value type instead of using getValueType(0) 2007-09-24 15:54:53 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Use struct SDep instead of std::pair for SUnit pred and succ lists. First step 2007-09-19 01:38:40 +00:00
ScheduleDAGList.cpp Use struct SDep instead of std::pair for SUnit pred and succ lists. First step 2007-09-19 01:38:40 +00:00
ScheduleDAGRRList.cpp Use struct SDep instead of std::pair for SUnit pred and succ lists. First step 2007-09-19 01:38:40 +00:00
ScheduleDAGSimple.cpp initialize isstore/isload fields in ctor, fixing PR1695 2007-09-22 07:02:12 +00:00
SelectionDAG.cpp Change APFloat::convertFromInteger to take the incoming 2007-09-21 22:09:37 +00:00
SelectionDAGISel.cpp Remove the assumption that FP's are either float or 2007-09-14 22:26:36 +00:00
SelectionDAGPrinter.cpp Use struct SDep instead of std::pair for SUnit pred and succ lists. First step 2007-09-19 01:38:40 +00:00
TargetLowering.cpp initialize SetCCResultContents, fixing PR1693 2007-09-21 17:06:39 +00:00