[PATCH] D67088: [PowerPC] extend PPCPreIncPrep Pass for ds/dq form

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 17 18:32:29 PST 2019


shchenz marked 6 inline comments as done.
shchenz added a comment.

Thanks for your reviewing.



================
Comment at: llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp:240
 char PPCLoopPreIncPrep::ID = 0;
 static const char *name = "Prepare loop for pre-inc. addressing modes";
 INITIALIZE_PASS_BEGIN(PPCLoopPreIncPrep, DEBUG_TYPE, name, false, false)
----------------
jsji wrote:
> Should change the name here, we are doing more than pre-inc. now.
Yes, there will be another NFC patch to rename the pass and file name.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67088/new/

https://reviews.llvm.org/D67088





More information about the llvm-commits mailing list