This is an archive of the discontinued LLVM Phabricator instance.

Don't unroll loops.
Needs ReviewPublic

Authored by ruiu on Nov 19 2016, 5:30 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Don't unroll loops.

Event Timeline

ruiu updated this revision to Diff 78646.Nov 19 2016, 5:30 PM
ruiu retitled this revision from to Don't unroll loops..
ruiu updated this object.

What goal does this patch accomplish? Looks like you introduced the unrolled loops in r287473, where you make the llvm-sha1 tool faster - what is the performance impact of this patch?

ruiu added a comment.Nov 21 2016, 10:13 AM

This is for https://llvm.org/bugs/show_bug.cgi?id=31075. I just used Phabricator as a pastebin.