[PATCH] D82774: [Power10] Implement Vector Blend Builtins in LLVM/Clang
Biplob Mishra via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 22:00:28 PDT 2020
biplmish marked an inline comment as done.
biplmish added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:548
+let Predicates = [PrefixInstrs] in {
+ def XXBLENDVB :
----------------
steven.zhang wrote:
> I am not familiar with P10 new instructions. Are these prefix instructions ? I guess it is new P10 VSX instruction.
Yes these are new P10 VSX instructions but are prefixed(64 bit instructions).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82774/new/
https://reviews.llvm.org/D82774
More information about the llvm-commits
mailing list