[PATCH] D143262: [AArch64][SVE2p1] Add IntrNoMem to int_aarch64_sve_psel intrinsic
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 08:17:06 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9d19bbe6e0c9: [AArch64][SVE2p1] Add IntrNoMem to int_aarch64_sve_psel intrinsic (authored by david-arm).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143262/new/
https://reviews.llvm.org/D143262
Files:
llvm/include/llvm/IR/IntrinsicsAArch64.td
Index: llvm/include/llvm/IR/IntrinsicsAArch64.td
===================================================================
--- llvm/include/llvm/IR/IntrinsicsAArch64.td
+++ llvm/include/llvm/IR/IntrinsicsAArch64.td
@@ -2731,8 +2731,9 @@
def int_aarch64_sve_psel
: DefaultAttrsIntrinsic<[llvm_anyvector_ty],
- [LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>,
- LLVMMatchType<0>, llvm_i32_ty]>;
+ [LLVMMatchType<0>,
+ LLVMMatchType<0>, llvm_i32_ty],
+ [IntrNoMem]>;
//
// Predicate-pair intrinsics
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143262.494657.patch
Type: text/x-patch
Size: 653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/24927aa5/attachment.bin>
More information about the llvm-commits
mailing list