[PATCH] D82869: [Power10] Implement Vector Permute Extended Builtins in LLVM/Clang

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


lei added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:737
 
+let Predicates = [PrefixInstrs] in {
+  def :
----------------
These should go to the end of this file under the section "Anonymous Patterns": line 823


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

https://reviews.llvm.org/D82869





More information about the llvm-commits mailing list