1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner e05a1ec544 Scalarized vector stores need not be legal, e.g. if the vector element type
needs to be promoted or expanded.  Relegalize the scalar store once created.
This fixes CodeGen/Generic/vector.ll:test1 on non-SSE x86 targets.

llvm-svn: 27293
2006-03-31 17:37:22 +00:00
..
DAGCombiner.cpp When building a VVECTOR_SHUFFLE node from extract_element operations, make 2006-03-28 22:19:47 +00:00
LegalizeDAG.cpp Scalarized vector stores need not be legal, e.g. if the vector element type 2006-03-31 17:37:22 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp fix spello 2006-03-24 07:15:07 +00:00
ScheduleDAGList.cpp Don't advance the hazard recognizer when there are no hazards and no instructions 2006-03-12 09:01:41 +00:00
ScheduleDAGSimple.cpp Move simple-selector-specific types to the simple selector. 2006-03-10 07:51:18 +00:00
SelectionDAG.cpp Significantly improve handling of vectors that are live across basic blocks, 2006-03-31 02:06:56 +00:00
SelectionDAGISel.cpp Make sure to pass enough values to phi nodes when we are dealing with 2006-03-31 02:12:18 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00