[PATCH] D82727: [PowerPC] Implement Vector Expand Mask builtins in LLVM/Clang
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 6 16:21:16 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:1006
"vexpandbm $vD, $vB", IIC_VecGeneral,
- []>;
+ [(set v16i8:$vD, (int_ppc_altivec_vexpandbm
+ v16i8:$vB))]>;
----------------
The commit added "physical" tab characters instead of spaces here.
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