Skip to content

Commit

Permalink
[AArch64][SVE2p1] Add IntrNoMem to int_aarch64_sve_psel intrinsic
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D143262
  • Loading branch information
david-arm committed Feb 3, 2023
1 parent cb1093b commit 9d19bbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions llvm/include/llvm/IR/IntrinsicsAArch64.td
Expand Up @@ -2731,8 +2731,9 @@ let TargetPrefix = "aarch64" in {

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
Expand Down

0 comments on commit 9d19bbe

Please sign in to comment.