[PATCH] D45320: [MemDep] Fixed handling of invariant.group

Krzysztof Pszeniczny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 12:41:56 PDT 2018


amharc added a comment.

Would handling `NonLocalDefsCache` in the same places as other `DenseMap`s from `Instruction *` be sufficient? In particular, `RemoveCachedNonLocalPointerDependencies`, called by both `removeInstruction` and `invalidateCachedPointerInfo`, looks promising ;)


Repository:
  rL LLVM

https://reviews.llvm.org/D45320





More information about the llvm-commits mailing list