This is an archive of the discontinued LLVM Phabricator instance.

[PM] Port LoopIdiomRecognize Pass to new PM
ClosedPublic

Authored by danielcdh on Jul 11 2016, 6:12 PM.

Diff Detail

Event Timeline

danielcdh updated this revision to Diff 63616.Jul 11 2016, 6:12 PM
danielcdh retitled this revision from to [PM] Port LoopIdiomRecognize Pass to new PM.
danielcdh updated this object.
danielcdh added a reviewer: davidxl.
danielcdh added a subscriber: llvm-commits.
davidxl added inline comments.Jul 12 2016, 11:00 AM
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
182

Add a comment here about why 'getCachedResult' instead of getResult is used.

davide added a subscriber: davide.Jul 12 2016, 11:05 AM
davide added inline comments.
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
176

Please remove this comment, no other pass has it and better be consistent.

182

+1, you can see Sean thread's for details

182

*Sean's thread

danielcdh updated this revision to Diff 63702.Jul 12 2016, 11:32 AM

add comment

davidxl accepted this revision.Jul 12 2016, 11:50 AM
davidxl edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jul 12 2016, 11:50 AM
danielcdh closed this revision.Jul 12 2016, 11:53 AM