Changeset 3933 in CLRX
- Timestamp:
- Mar 24, 2018, 11:24:44 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CLRadeonExtender/trunk/amdasm/AsmRegAlloc.cpp
r3932 r3933 1645 1645 if (subrData2 == nullptr) 1646 1646 continue; 1647 RoutineData subrData2Copy = *subrData2; 1647 1648 std::cout << "*"; 1648 joinLastSSAIdMap(subrData2 ->lastSSAIdMap,1649 joinLastSSAIdMap(subrData2Copy.lastSSAIdMap, 1649 1650 loopsit2->second.ssaIdMap, subrDataCopy, false); 1651 // reinsert subroutine into subroutine cache 1652 subrData2Copy.calculateWeight(); 1653 subroutinesCache.put(subr, subrData2Copy); 1650 1654 } 1651 1655 std::cout << "\n";
Note: See TracChangeset
for help on using the changeset viewer.