[PATCH] D50838: [NFC] Remove function isGuaranteedToExecute

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 05:24:18 PDT 2018


mkazantsev created this revision.
mkazantsev added a reviewer: reames.

It is now obsolete because the method `mustExecuteInLoop` does exactly the same thing in a cleaner OOP style.


https://reviews.llvm.org/D50838

Files:
  include/llvm/Analysis/MustExecute.h
  lib/Analysis/MustExecute.cpp
  lib/Transforms/Scalar/LICM.cpp
  lib/Transforms/Scalar/LoopUnswitch.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50838.161005.patch
Type: text/x-patch
Size: 4516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/8d1a8969/attachment.bin>


More information about the llvm-commits mailing list