[PATCH] D44524: Add an analysis printer for must execute reasoning

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 14:50:48 PDT 2018


reames updated this revision to Diff 138776.
reames added a comment.

Fix Anna's comments.

p.s. I realize the whole multiple loop printing code is effectively dead at the moment.  The current analysis isn't smart enough to ever return true for the outer loops.


https://reviews.llvm.org/D44524

Files:
  include/llvm/Analysis/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  lib/Analysis/Analysis.cpp
  lib/Analysis/CMakeLists.txt
  lib/Analysis/MustExecute.cpp
  test/Analysis/MustExecute/loop-header.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44524.138776.patch
Type: text/x-patch
Size: 9196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180316/ed4df85d/attachment.bin>


More information about the llvm-commits mailing list