[PATCH] D34986: [PowerPC] avoid redundant analysis while lowering an immediate; NFC
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 13:35:01 PDT 2017
echristo added inline comments.
================
Comment at: llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:710
static unsigned getInt64Count(int64_t Imm) {
unsigned Count = getInt64CountDirect(Imm);
----------------
Can uou change this routine name? (and the one below) They're pretty useless when reading to know what they mean.
Repository:
rL LLVM
https://reviews.llvm.org/D34986
More information about the llvm-commits
mailing list