[PATCH] D58406: Fix IR/Analysis layering issue in OptBisect

Richard Trieu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 26 21:15:59 PST 2019


rtrieu updated this revision to Diff 188499.
rtrieu edited the summary of this revision.
rtrieu added a comment.

Removed the virtual function from Pass.  Use OptPassGate::isEnabled to gate the construction of the strings on the caller side.


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

https://reviews.llvm.org/D58406

Files:
  include/llvm/IR/OptBisect.h
  lib/Analysis/CallGraphSCCPass.cpp
  lib/Analysis/LoopPass.cpp
  lib/Analysis/RegionPass.cpp
  lib/IR/OptBisect.cpp
  lib/IR/Pass.cpp
  unittests/IR/LegacyPassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58406.188499.patch
Type: text/x-patch
Size: 10251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190227/52f14b2e/attachment.bin>


More information about the llvm-commits mailing list