This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC] Move current peephole optimization of RLDICR into a method
ClosedPublic

Authored by lkail on Jun 25 2019, 12:26 AM.

Details

Summary

There might be more peephole optimizations on RLDICR, move current opt into a method.

Diff Detail

Event Timeline

lkail created this revision.Jun 25 2019, 12:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 25 2019, 12:26 AM

As talked, please confirm why we didn't set the Simplified flags. FWIK, this is a flag to indicate that, we have done some changes. We should set it.

jsji accepted this revision.Jun 25 2019, 9:25 AM

LGTM. Please address the Simplified flag problem in another patch. Thanks.

This revision is now accepted and ready to land.Jun 25 2019, 9:25 AM
lkail added a comment.Jun 26 2019, 4:16 AM
This comment was removed by lkail.
lkail closed this revision.Jun 26 2019, 4:20 AM
lkail reopened this revision.
This revision is now accepted and ready to land.Jun 26 2019, 4:20 AM
lkail closed this revision.Jun 26 2019, 4:23 AM

llvm-svn: 364372