This is an archive of the discontinued LLVM Phabricator instance.

Introduce -unroll-partial-threshold to separate PartialThreshold from Threshold in loop unorller.
ClosedPublic

Authored by danielcdh on Jan 17 2017, 3:12 PM.

Event Timeline

danielcdh created this revision.Jan 17 2017, 3:12 PM
mzolotukhin accepted this revision.Jan 17 2017, 3:26 PM

LGTM, but I'd like to wait for Eli's reply too (considering that he suggested a different naming scheme).

Michael

lib/Transforms/Scalar/LoopUnrollPass.cpp
47

Please update the description to reflect that this is for full unrolling.

This revision is now accepted and ready to land.Jan 17 2017, 3:26 PM
efriedma accepted this revision.Jan 17 2017, 3:33 PM

I don't really care about the name of the command-line argument; the current one is probably fine.

danielcdh closed this revision.Jan 17 2017, 3:50 PM