[PATCH] D82727: [PowerPC] Implement Vector Expand Mask builtins in LLVM/Clang
Albion Fung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 10:38:07 PDT 2020
Conanap added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:993
+ [(set v16i8:$vD, (int_ppc_altivec_vexpandbm
+ v16i8:$vB))]>;
def VEXPANDHM : VXForm_RD5_XO5_RS5<1602, 1, (outs vrrc:$vD), (ins vrrc:$vB),
----------------
Nit: Please make this indentation inline with the others
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82727/new/
https://reviews.llvm.org/D82727
More information about the cfe-commits
mailing list