[clang] [llvm] [AArch64][SME2] Add ldr_zt, str_zt builtins and intrinsics (PR #72849)

Matthew Devereau via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 30 09:05:31 PST 2023


================
@@ -0,0 +1,51 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
+
+// REQUIRES: aarch64-registered-target
+
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme2 -S -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -p mem2reg,instcombine,tailcallelim | FileCheck %s
----------------
MDevereau wrote:

Done.

https://github.com/llvm/llvm-project/pull/72849


More information about the cfe-commits mailing list