[PATCH] D32563: Add LiveRangeShrink pass to shrink live range within BB.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 10:51:27 PDT 2017


danielcdh updated this revision to Diff 97125.
danielcdh added a comment.

move the pass till the end of the optimizations.


https://reviews.llvm.org/D32563

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Scalar.h
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/LiveRangeShrink.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/Reassociate/hoist.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32563.97125.patch
Type: text/x-patch
Size: 8772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170428/a917c0e4/attachment-0001.bin>


More information about the llvm-commits mailing list