[Mlir-commits] [mlir] [mlir][ArmSME] Support vertical layout in load and store ops (PR #66758)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Sep 20 00:16:05 PDT 2023
================
@@ -0,0 +1,401 @@
+// RUN: mlir-opt %s -convert-vector-to-llvm="enable-arm-sme" -cse -canonicalize -split-input-file -verify-diagnostics | FileCheck %s
+
+// Test conversion of higher-level ArmSME ops to LLVM intrinsics.
----------------
banach-space wrote:
By "higher-level" you basically mean the custom ops (as opposed the intrinsics), right? As in, there are 2 categories ATM, correct?
https://github.com/llvm/llvm-project/pull/66758
More information about the Mlir-commits
mailing list