[PATCH] D81236: Correctly report modified status for LoopExtractor

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 10:54:12 PDT 2020


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

Improve the approach by updating the pass manager API to allow to get the pass return status when computing a Lazy analysis.


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

https://reviews.llvm.org/D81236

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

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


More information about the llvm-commits mailing list