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

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 09:42:36 PDT 2020


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:737
 
+let Predicates = [PrefixInstrs] in {
+  def :
----------------
lei wrote:
> These should go to the end of this file under the section "Anonymous Patterns": line 823
Yeah, I agree. We can probably address that on commit.


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

https://reviews.llvm.org/D82869





More information about the llvm-commits mailing list