This is an archive of the discontinued LLVM Phabricator instance.

[LoopUnroll] Check partial unrolling is enabled before initialization. NFC.
ClosedPublic

Authored by haicheng on Aug 25 2016, 12:49 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

haicheng updated this revision to Diff 69285.Aug 25 2016, 12:49 PM
haicheng retitled this revision from to [LoopUnroll] Check partial unrolling is enabled before initialization. NFC..
haicheng updated this object.
haicheng added reviewers: mcrosier, mzolotukhin.
haicheng set the repository for this revision to rL LLVM.
haicheng added a subscriber: llvm-commits.
haicheng updated this revision to Diff 69287.EditedAug 25 2016, 12:53 PM

Upload the correct patch.

mcrosier resigned from this revision.Sep 21 2016, 7:03 AM
mcrosier removed a reviewer: mcrosier.

Deferring review to Michael as I've never touched this pass.

Hi Michael,

Would you please take a quick look at this simple change. I believe it is NFC. The main purpose is to improve the readability.

Haicheng

mzolotukhin accepted this revision.Oct 26 2016, 3:13 PM
mzolotukhin edited edge metadata.

Looks good to me. Sorry for the delayed review!

Michael

This revision is now accepted and ready to land.Oct 26 2016, 3:13 PM
This revision was automatically updated to reflect the committed changes.