[PATCH] D81236: Correctly report modified status for LoopExtractor

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 06:30:17 PDT 2020


serge-sans-paille updated this revision to Diff 271696.
serge-sans-paille added a comment.

The legacy pass manager on-the-fly computation isn't meant to report status, which is the origin of the error this patch is trying to fix. Make that more explicit through member function renaming.


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

https://reviews.llvm.org/D81236

Files:
  llvm/include/llvm/IR/LegacyPassManagers.h
  llvm/lib/IR/LegacyPassManager.cpp
  llvm/lib/Transforms/IPO/LoopExtractor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81236.271696.patch
Type: text/x-patch
Size: 5561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200618/b16ad0e1/attachment-0001.bin>


More information about the llvm-commits mailing list