Add detailed diagnostics to LoopUnroll pass

Michael Zolotukhin mzolotukhin at apple.com
Mon Jan 26 14:49:24 PST 2015


Hi,

This patch adds some diagnostics to loop-unroll pass, triggered by -Rpass-analysis=loop-unroll and -Rpass-missed=loop-unroll. Currently we only do -Rpass=loop-unroll diagnostics in this pass.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: loop-unroll-remarks.patch
Type: application/octet-stream
Size: 5101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150126/945a8b3c/attachment.obj>
-------------- next part --------------


The patch shouldn't change any logic in the pass work, only rearrange code a bit and add the reports. Is it ok to commit?

Thanks,
Michael


More information about the llvm-commits mailing list