[Dominance] Speed up recalculate noticable, NFC.
authorChris Lattner <clattner@nondot.org>
Sat, 29 May 2021 17:50:15 +0000 (10:50 -0700)
committerChris Lattner <clattner@nondot.org>
Sat, 29 May 2021 17:50:22 +0000 (10:50 -0700)
commit67d0e79b1f41256ac99e4aa0b88ce2cd7865f960
tree3c1a6120c8db2e7e699e7a03767bcb66da0d6f8f
parentd11abdfd5a270c35d776a83bb9c90f9667ad114f
[Dominance] Speed up recalculate noticable, NFC.

This avoids trying to find the RegionKindInterface for every
operation in the program, we only need it if they have regions.

Differential Revision: https://reviews.llvm.org/D103367
mlir/lib/IR/Dominance.cpp