[PATCH] D45320: [MemDep] Fixed handling of invariant.group
Krzysztof Pszeniczny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 04:25:55 PDT 2018
amharc accepted this revision.
amharc added a comment.
This revision is now accepted and ready to land.
I think it would be a little bit cleaner if the relevant checks were added to `verifyRemoved` too, where all other maps are traversed in debug builds. However, `AssertingVH` is probably a good enough guarantee ;)
You probably want to wait for dberlin to accept this.
Repository:
rL LLVM
https://reviews.llvm.org/D45320
More information about the llvm-commits
mailing list