[PATCH] D127210: [AArch64][SME] Add load/store intrinsics
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 07:32:51 PDT 2022
paulwalker-arm added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:2603
+ : DefaultAttrsIntrinsic<[],
+ [llvm_nxv16i1_ty, LLVMPointerType<llvm_i128_ty>, llvm_i64_ty, llvm_i32_ty], []>;
+
----------------
Given the transition to opaque pointers, should we be using such specific pointer types or can we just use llvm_ptr_ty instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127210/new/
https://reviews.llvm.org/D127210
More information about the llvm-commits
mailing list