[PATCH] D11758: [Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the...

Michael Zolotukhin via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 18:48:49 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL269388: [Unroll] Implement a conservative and monotonically increasing cost tracking… (authored by mzolotukhin).

Changed prior to commit:
  http://reviews.llvm.org/D11758?vs=49862&id=57128#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D11758

Files:
  llvm/trunk/include/llvm/Analysis/LoopUnrollAnalyzer.h
  llvm/trunk/lib/Analysis/LoopUnrollAnalyzer.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics-2.ll
  llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics-dce.ll
  llvm/trunk/test/Transforms/LoopUnroll/full-unroll-heuristics-geps.ll
  llvm/trunk/unittests/Analysis/UnrollAnalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11758.57128.patch
Type: text/x-patch
Size: 16931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/e0e70af8/attachment.bin>


More information about the llvm-commits mailing list