[PATCH] D13755: Pass to compute dynamic instruction count
Easwaran Raman via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 16:47:29 PST 2015
eraman added a subscriber: eraman.
eraman added a comment.
I'm dropping the patch for now. The argument for making this as a pass is
to allow it to be shared by some client other than inliner (LoopUnroller?
something else?). But then, tying it to the cost model used by inliner
doesn't make sense. I can't rewrite this patch as a library now before
switching to the new pass manager, so I'll drop this now and revisit this
later.
Repository:
rL LLVM
http://reviews.llvm.org/D13755
More information about the llvm-commits
mailing list