[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...
Chandler Carruth
chandlerc at gmail.com
Wed Aug 5 11:47:32 PDT 2015
chandlerc updated this revision to Diff 31384.
chandlerc added a comment.
Rebase after landing prerequisite patches and merge a missing commit into this
patch. Sorry for the broken original diff.
http://reviews.llvm.org/D11758
Files:
lib/Transforms/Scalar/LoopUnrollPass.cpp
test/Transforms/LoopUnroll/full-unroll-heuristics-dce.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11758.31384.patch
Type: text/x-patch
Size: 11683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150805/e8925b8f/attachment-0001.bin>
More information about the llvm-commits
mailing list