[PATCH] D81236: Correctly report modified status for LoopExtractor

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 08:52:32 PDT 2020


jdoerfert added a comment.

In D81236#2075905 <https://reviews.llvm.org/D81236#2075905>, @ekatz wrote:

> It seems like the real issue is with LoopInfo - an analysis shouldn't do a transformation.


Agreed. I tried to find out where LoopInfoWrapperPass would do this but I didn't spot it right away. @serge-sans-paille do you know where the modification happens or do you happen to have the reproducer?


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

https://reviews.llvm.org/D81236





More information about the llvm-commits mailing list