This patch extend loopreroll to allow the instruction chain of loop control only IV has sext.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi,
This looks generally fine to me. I've got one comment.
Cheers,
James
lib/Transforms/Scalar/LoopRerollPass.cpp | ||
---|---|---|
561 | You shouldn't need the cast here. |
Comment Actions
Thanks James for your comments, sorry that I missed that last week.
Patch updated, could you please give me a LGTM at your earliest convenience time? I will be on Vacation from May 12th ~ May 21st, Will join the new team on May 23rd, won't be able to upstream since then.
Have a nice day.
Regards
Lawrence
You shouldn't need the cast here.