[clang] [llvm] [AArch64][clang][llvm] Add structured sparsity outer product (TMOP) intrinsics (PR #135145)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 11 15:16:43 PDT 2025


================
@@ -0,0 +1,191 @@
+// RUN: %clang_cc1 -triple aarch64 -target-feature +sme -target-feature +sme2 -target-feature +bf16 -target-feature +sme-f16f16 -target-feature +sme-b16b16 -verify -emit-llvm -o - %s
----------------
jthackray wrote:

Thanks, pruned. (I should have realised they could be removed)

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


More information about the cfe-commits mailing list