[PATCH] D83308: [Power10] Implement Vector Replace Builtins in LLVM

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 07:59:06 PDT 2020


amyk added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsPowerPC.td:526
+  // P10 Vector Insert with immediate.
+  def int_ppc_altivec_vinsw : GCCBuiltin<"__builtin_altivec_vinsw">,
+              Intrinsic<[llvm_v4i32_ty],
----------------
If we are going to custom codegen the front end, I believe we have to omit the `GCCBuiltin` part. Same with `int_ppc_altivec_vinsd`. 


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

https://reviews.llvm.org/D83308





More information about the llvm-commits mailing list