[PATCH] D62981: [DomTreeUpdater] Add all insert before all delete updates to reduce compile time.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 02:03:40 PDT 2019


mstorsjo added a comment.

I don't know this area so I can't comment on it from that perspective, but it does indeed speed up my case, to even faster than it was before the regression. On my system, it originally took 75 s to compile, 220 s after the regression, and now 62 s with this patch. So looking good in that aspect at least!


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62981/new/

https://reviews.llvm.org/D62981





More information about the llvm-commits mailing list