[PATCH] D94454: [PowerPC] Exploit the vinsw, vinsd, and vins[wd][lr]x instructions on P10
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 06:19:13 PST 2021
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:29
]>;
+def SDT_PPCVecInsertElt : SDTypeProfile<1, 3, [ SDTCisVec<0>,
+ SDTCisVec<1>, SDTCisInt<3>
----------------
Conanap wrote:
> small nit: Put `SDTCisVec<0>,` on the next line with the rest to maintain the same style
Addressed this comment on the commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94454/new/
https://reviews.llvm.org/D94454
More information about the llvm-commits
mailing list