[llvm-commits] BlockFrequency for BasicBlocks
Chris Lattner
clattner at apple.com
Fri Jun 17 13:41:49 PDT 2011
On Jun 17, 2011, at 12:20 PM, Jakub Staszak wrote:
> Hi,
>
> This patch introduces BlockFrequency analysis for BasicBlocks. OK to commit?
> Comments are welcome!
Hi Kuba,
I haven't looked at the algorithmics here, but it needs a doxygen comment on the class, should use DenseMap instead of std::map, and should prune the #includes if possible.
-Chris
More information about the llvm-commits
mailing list