[PATCH] D63624: [PowerPC] Exploit single instruction load-and-splat for word and doubleword
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 13:43:02 PDT 2019
amyk added inline comments.
================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:5153
InFlag = Lo.getValue(2);
VA = RVLocs[++i]; // skip ahead to next loc
SDValue Hi = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), MVT::i32,
----------------
amyk wrote:
> Do comments like these need to be full sentences with periods, as well?
Sorry, I just noticed that for some reason, it highlighted this as your change. Please disregard my comment.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63624/new/
https://reviews.llvm.org/D63624
More information about the llvm-commits
mailing list