[PATCH] D81236: Correctly report modified status for LoopExtractor
Ehud Katz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 03:16:41 PDT 2020
ekatz added a comment.
There seems to be a more profound bug underneath.
Is this how every pass that use LoopInfo handle it?
It seems like the real issue is with LoopInfo - an analysis shouldn't do a transformation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81236/new/
https://reviews.llvm.org/D81236
More information about the llvm-commits
mailing list