[PATCH] D82911: [PowerPC][Power10] Exploit the xxspltiw and xxspltidp instructions.
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 20:03:54 PDT 2020
amyk marked an inline comment as done.
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1477
+ case PPCISD::XXSPLTI_SP_TO_DP:
+ return "PPCISD::XXSPLTI_SP_TO_DP";
case PPCISD::VECINSERT: return "PPCISD::VECINSERT";
----------------
lei wrote:
> Any reason why we are not following the format used for the other case statements?
> If it fit within 1 line, it would be good to match the formate of this switch stmt.
This line is actually due to clang-format.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82911/new/
https://reviews.llvm.org/D82911
More information about the llvm-commits
mailing list