[PATCH] D81089: Mark InstCombine as not preserving PostDomTree

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 07:06:11 PDT 2020


nikic added a comment.

This seems pretty fishy to me. InstCombine is CFG-preserving by design, so it really shouldn't be invalidating any domtrees.


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

https://reviews.llvm.org/D81089





More information about the llvm-commits mailing list