[PATCH] D67431: [PowerPC] [NFC] refactor PPCLoopPreIncPrep pass for further ds/dq form usage.
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 20:00:26 PDT 2019
shchenz marked 6 inline comments as done.
shchenz added a comment.
Thanks for your time @jsji
================
Comment at: llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp:487
// This function will check to see if that PHI already exists and will return
// true if it found an existing PHI with the same start and increment as the
// one we wanted to create.
----------------
jsji wrote:
> clang-formatted? why extra space in last two lines?
i should not change this function. It is wrongly shown by diff tool. Anyway, I change it since it is a obvious format issue.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67431/new/
https://reviews.llvm.org/D67431
More information about the llvm-commits
mailing list