[PATCH] D82774: [Power10] Implement Vector Blend Builtins in LLVM/Clang

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 10:47:49 PDT 2020


lei added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:747
+            (XXBLENDVD $A, $B, $C)>;
+}
+
----------------
Anonymous patterns at then of this file please.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82774/new/

https://reviews.llvm.org/D82774





More information about the llvm-commits mailing list