[PATCH] D81230: Correctly report modified status for LoopIdiomRecognize

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 16:34:43 PDT 2020


efriedma added a comment.

I don't trust that analysis passes verifying themselves will catch all the issues. At best, that only proves that we didn't invalidate any analysis that happened to be live at the time LoopIdiomRecognize runs.


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

https://reviews.llvm.org/D81230





More information about the llvm-commits mailing list