[PATCH] D79736: [PowerPC][NFC] Cleanup load/store spilling code
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 14 14:42:01 PDT 2020
lei marked 2 inline comments as done.
lei added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.h:138
+ PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
+ PPC::RESTORE_CRBIT, PPC::LVX, PPC::LXVD2X, PPC::LXSDX, PPC::LXSSPX, \
+ PPC::RESTORE_VRSAVE, PPC::QVLFDX, PPC::QVLFSXs, PPC::QVLFDXb, \
----------------
kamaub wrote:
> The indentation in these code blocks needs to be unified.
this was actually done by clang-format.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79736/new/
https://reviews.llvm.org/D79736
More information about the llvm-commits
mailing list