[PATCH] D51151: [NFC] Factor out guard utility methods into a separate file

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 21:34:55 PDT 2018


mkazantsev created this revision.
mkazantsev added reviewers: reames, sanjoy.
Herald added a subscriber: mgorny.

This patch creates file GuardUtils which will contain logic for work with guards
that can be shared across different passes.


https://reviews.llvm.org/D51151

Files:
  include/llvm/Transforms/Utils/GuardUtils.h
  lib/Transforms/Scalar/LowerGuardIntrinsic.cpp
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/GuardUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51151.162131.patch
Type: text/x-patch
Size: 7094 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180823/a7cec242/attachment.bin>


More information about the llvm-commits mailing list