This is an archive of the discontinued LLVM Phabricator instance.

[NFC][ScalarEvolution] Fix typo in getRangeForAffineAR and getRangeViaFactoring
ClosedPublic

Authored by zhongduo on Feb 2 2020, 2:57 PM.

Details

Summary

Simple typo fix in ScalarEvolution.h. The AddRec is {start, +, step} rather than {start, +, stop}. The definition in cpp file has the right name.

Diff Detail

Event Timeline

zhongduo created this revision.Feb 2 2020, 2:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2020, 2:57 PM
zhongduo set the repository for this revision to rG LLVM Github Monorepo.
xgupta added a reviewer: mkazantsev.EditedAug 31 2021, 12:46 AM
xgupta added a subscriber: xgupta.

I think this patch needs a ping, so a ping!

mkazantsev accepted this revision.Oct 7 2021, 9:53 PM

Indeed. :) Thanks.

This revision is now accepted and ready to land.Oct 7 2021, 9:53 PM