[PATCH] D84959: [NewPM][LVI] Abandon LVI after CVP

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 1 00:55:09 PDT 2020


nikic added a comment.

I don't really know what the tradeoff would be between using abandon() here and using InvalidateAnalysisPass. I went with this variant as @asbirlea indicated in https://reviews.llvm.org/D70376#2151283 that this would be preferred, as InvalidateAnalysisPass is really more intended for testing purposes.


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

https://reviews.llvm.org/D84959



More information about the llvm-commits mailing list