[clang] [AArch64][SME2] Enable bfm builtins for sme2 (PR #71927)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 13 01:45:07 PST 2023
================
@@ -2,10 +2,15 @@
// REQUIRES: aarch64-registered-target
// RUN: %clang_cc1 -fclang-abi-compat=latest -triple aarch64-none-linux-gnu -target-feature +sve2p1 -S -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -p mem2reg,instcombine,tailcallelim | FileCheck %s
+// RUN: %clang_cc1 -fclang-abi-compat=latest -triple aarch64-none-linux-gnu -target-feature +sme2 -target-feature +sve -S -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -p mem2reg,instcombine,tailcallelim | FileCheck %s
----------------
CarolineConcatto wrote:
Don't we need to add arm_streaming_somth here in order for these builtins to work with sme?
https://github.com/llvm/llvm-project/pull/71927
More information about the cfe-commits
mailing list