[clang] [llvm] [Clang][AArch64][SVE2p3][SME2p3] Add intrinsics for v9.7a Two-way signed/unsigned absolute difference sum and accumulate long ops (PR #188972)
Martin Wehking via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 07:08:07 PDT 2026
================
@@ -0,0 +1,479 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 6
+// RUN: %clang_cc1 -triple aarch64 -target-feature +sve -target-feature +sve2 -target-feature +sve2p3 -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | FileCheck %s
----------------
MartinWehking wrote:
Similar to what @kmclaughlin-arm pointed out on the other patches, I think you can remove `-target-feature +sve2` (and perhaps `-target-feature +sve`?).
https://github.com/llvm/llvm-project/pull/188972
More information about the cfe-commits
mailing list