[clang] [llvm] [AArch64][SME] Add intrinsics for multi-vector BFCLAMP (PR #93532)

2024-05-29 Thread via cfe-commits
https://github.com/Lukacma closed https://github.com/llvm/llvm-project/pull/93532 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [AArch64][SME] Add intrinsics for multi-vector BFCLAMP (PR #93532)

2024-05-29 Thread via cfe-commits
Lukacma wrote: > You should just re-open the old PR instead of making a new one, or if the fix > is trivial then just re-commit the change without a PR unless you need > someone to review it. I see. Wasn't aware of this. Thanks for pointing it out.

[clang] [llvm] [AArch64][SME] Add intrinsics for multi-vector BFCLAMP (PR #93532)

2024-05-28 Thread Amara Emerson via cfe-commits
aemerson wrote: You should just re-open the old PR instead of making a new one, or if the fix is trivial then just re-commit the change without a PR unless you need someone to review it. https://github.com/llvm/llvm-project/pull/93532 ___

[clang] [llvm] [AArch64][SME] Add intrinsics for multi-vector BFCLAMP (PR #93532)

2024-05-28 Thread via cfe-commits
Lukacma wrote: This pull request reapplies https://github.com/llvm/llvm-project/pull/88251 with fixed test https://github.com/llvm/llvm-project/pull/93532 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [llvm] [AArch64][SME] Add intrinsics for multi-vector BFCLAMP (PR #93532)

2024-05-28 Thread via cfe-commits
https://github.com/Lukacma updated https://github.com/llvm/llvm-project/pull/93532 >From fe692284cd248e372302671e094eb9950edb5ee5 Mon Sep 17 00:00:00 2001 From: Marian Lukac Date: Wed, 10 Apr 2024 10:20:03 + Subject: [PATCH 1/4] [AArch64][SME] Add intrinsics for multi-vector BFCLAMP ---

[clang] [llvm] [AArch64][SME] Add intrinsics for multi-vector BFCLAMP (PR #93532)

2024-05-28 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir @llvm/pr-subscribers-clang Author: None (Lukacma) Changes According to the specification in https://github.com/ARM-software/acle/pull/309 this adds the intrinsics ``` svbfloat16x2_t svclamp[_single_bf16_x2](svbfloat16x2_t zd, svbfloat16_t zn,

[clang] [llvm] [AArch64][SME] Add intrinsics for multi-vector BFCLAMP (PR #93532)

2024-05-28 Thread via cfe-commits
https://github.com/Lukacma created https://github.com/llvm/llvm-project/pull/93532 According to the specification in https://github.com/ARM-software/acle/pull/309 this adds the intrinsics ``` svbfloat16x2_t svclamp[_single_bf16_x2](svbfloat16x2_t zd, svbfloat16_t zn,