[PATCH] D113081: [LowerSwitch] Delete all new dead blocks accurately

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 4 10:52:36 PDT 2021


joerg added a comment.

I fully agree that constructing DT can be expensive especially if it is potentially done multiple times. I don't mind using it when available, but the gain seems limited for forcing it.


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

https://reviews.llvm.org/D113081



More information about the llvm-commits mailing list