[PATCH] D82774: [Power10] Implement Vector Blend Builtins in LLVM/Clang
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 18:34:40 PDT 2020
steven.zhang added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:548
+let Predicates = [PrefixInstrs] in {
+ def XXBLENDVB :
----------------
I am not familiar with P10 new instructions. Are these prefix instructions ? I guess it is new P10 VSX instruction.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82774/new/
https://reviews.llvm.org/D82774
More information about the llvm-commits
mailing list