[PATCH] D86589: (Expensive) Check for Loop, SCC and Region pass return status

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 22:44:35 PDT 2020


serge-sans-paille created this revision.
serge-sans-paille added a reviewer: foad.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
Herald added a project: LLVM.
serge-sans-paille requested review of this revision.

This generalizes the logic introduced in https://reviews.llvm.org/D80916 to other passes.
It's needed by https://reviews.llvm.org/D86442 to assert passes correctly report their status.


https://reviews.llvm.org/D86589

Files:
  llvm/include/llvm/IR/StructuralHash.h
  llvm/lib/Analysis/CallGraphSCCPass.cpp
  llvm/lib/Analysis/LoopPass.cpp
  llvm/lib/Analysis/RegionPass.cpp
  llvm/lib/IR/CMakeLists.txt
  llvm/lib/IR/LegacyPassManager.cpp
  llvm/lib/IR/StructuralHash.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86589.287829.patch
Type: text/x-patch
Size: 10131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200826/34902799/attachment.bin>


More information about the llvm-commits mailing list