[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-12 Thread via cfe-commits
https://github.com/CarolineConcatto closed https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-12 Thread via cfe-commits
@@ -216,9 +216,9 @@ void test_range_0_15(svbool_t pg, void *ptr) { SVE_ACLE_FUNC(svst1_ver_vnum_za8,,,)(0, -1, 16, pg, ptr, 1); // expected-error@+1 {{argument value 16 is outside the valid range [0, 15]}} - SVE_ACLE_FUNC(svldr_vnum_za,,,)(-1, 16, ptr); + SVE_ACLE_FUNC(s

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-12 Thread via cfe-commits
https://github.com/sdesmalen-arm approved this pull request. https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-12 Thread via cfe-commits
https://github.com/sdesmalen-arm edited https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-07 Thread via cfe-commits
https://github.com/github-actions[bot] labeled https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-07 Thread via cfe-commits
https://github.com/github-actions[bot] labeled https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-07 Thread via cfe-commits
https://github.com/CarolineConcatto review_requested https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-07 Thread via cfe-commits
https://github.com/CarolineConcatto review_requested https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-07 Thread via cfe-commits
https://github.com/CarolineConcatto review_requested https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-07 Thread via cfe-commits
https://github.com/CarolineConcatto review_requested https://github.com/llvm/llvm-project/pull/65593 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AArch64][SME]Update intrinsic interface for ldr/str (PR #65593)

2023-09-07 Thread via cfe-commits
https://github.com/CarolineConcatto created https://github.com/llvm/llvm-project/pull/65593: The new ACLE PR#225[1] now combines the slice parameters for some builtins. This patch is the #3 of 3 patches to update the interface. [1]https://github.com/ARM-software/acle/pull/225/files >From 64d0