1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/include
Dan Gohman 3a5a96e045 Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >
to DenseMap<SDNode*, SUnit*>, and adjust the way cloned SUnit nodes are
handled so that only the original node needs to be in the map.
This speeds up llc on 447.dealII.llvm.bc by about 2%.

llvm-svn: 52576
2008-06-21 15:52:51 +00:00
..
llvm Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> > 2008-06-21 15:52:51 +00:00
llvm-c Add C binding for ExecutionEngine::addGlobalMapping. 2008-06-20 02:16:11 +00:00