This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] [NFC] rename PPCLoopPreIncPrep.cpp to PPCLoopInstrFormPrep.cpp after D67088
ClosedPublic

Authored by jsji on Nov 26 2019, 7:06 AM.

Details

Summary

This is NFC code clean work after D67088. In that patch, we extend loop instructions prep for ds/dq form.

This patch only changes the file name PPCLoopPreIncPrep.cpp to PPCLoopInstrFormPrep.cpp for better reviewing of the content change of file PPCLoopInstrFormPrep.cpp.

Diff Detail

Event Timeline

jsji created this revision.Nov 26 2019, 7:06 AM
jsji edited reviewers, added: shchenz; removed: jsji.Nov 26 2019, 7:07 AM
shchenz accepted this revision.Nov 26 2019, 3:58 PM

LGTM

This revision is now accepted and ready to land.Nov 26 2019, 3:58 PM
This revision was automatically updated to reflect the committed changes.