"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2231c2cac3c17ee73d9317eb3ca9cbb69c006009"
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