[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
Fri May 13 14:46:43 PDT 2016


mzolotukhin marked 5 inline comments as done.
mzolotukhin added a comment.

Thanks, I reapplied the patch with your fix (r269486). Hopefully, the bots will be happy!

Michael


Repository:
  rL LLVM

http://reviews.llvm.org/D11758





More information about the llvm-commits mailing list