[PATCH] D32720: [LICM] Introduce a finer granularity option to compute early exits.
    Xin Tong via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May  1 17:33:03 PDT 2017
    
    
  
trentxintong updated this revision to Diff 97371.
trentxintong added a comment.
Herald added a subscriber: mgorny.
Add a dominanance check interface that uses caching for instructions within same basic block.
I do not particularly like the name. I will see whether i can come up with a better one later.
https://reviews.llvm.org/D32720
Files:
  include/llvm/Transforms/Utils/LoopUtils.h
  include/llvm/Transforms/Utils/OrderedInstructions.h
  lib/Transforms/Scalar/LICM.cpp
  lib/Transforms/Utils/CMakeLists.txt
  lib/Transforms/Utils/LoopUtils.cpp
  lib/Transforms/Utils/OrderedInstructions.cpp
  test/Transforms/LICM/loop-early-exits.ll
  test/Transforms/LICM/preheader-safe.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32720.97371.patch
Type: text/x-patch
Size: 18808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170502/5902b6bf/attachment.bin>
    
    
More information about the llvm-commits
mailing list