[PATCH] D33380: Add a dominanance check interface that uses caching for instructions within same basic block.

Xin Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 12:40:40 PDT 2017


trentxintong updated this revision to Diff 101444.
trentxintong added a comment.

Address comments.


https://reviews.llvm.org/D33380

Files:
  include/llvm/Transforms/Utils/OrderedInstructions.h
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/OrderedInstructions.cpp
  unittests/Transforms/Utils/CMakeLists.txt
  unittests/Transforms/Utils/OrderedInstructions.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33380.101444.patch
Type: text/x-patch
Size: 6520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170605/16326d44/attachment.bin>


More information about the llvm-commits mailing list