Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N)...
Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N) for all operations. This fixes a horrible worst case with lots of nodes where 99% of the time was being spent in std::remove. llvm-svn: 150669
Loading
Please register or sign in to comment