1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner 482f71733a Fix a bug nate ran into with replacealluseswith. In the recursive cse case,
we were losing a node, causing an assertion to fail.  Now we eagerly delete
discovered CSE's, and provide an optional vector to keep track of these
discovered equivalences.

llvm-svn: 23255
2005-09-07 05:37:01 +00:00
..
DAGCombiner.cpp Add an option to the DAG Combiner to enable it for beta runs, and turn on 2005-09-07 00:15:36 +00:00
LegalizeDAG.cpp Clean up some code from the last checkin 2005-09-02 20:32:45 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Fix the release build, noticed by Eric van Riet Paap 2005-09-02 07:09:28 +00:00
SelectionDAG.cpp Fix a bug nate ran into with replacealluseswith. In the recursive cse case, 2005-09-07 05:37:01 +00:00
SelectionDAGISel.cpp Add an option to the DAG Combiner to enable it for beta runs, and turn on 2005-09-07 00:15:36 +00:00
SelectionDAGPrinter.cpp Change ConstantPoolSDNode to actually hold the Constant itself instead of 2005-08-26 17:15:30 +00:00