[Mlir-commits] [mlir] [mlir][ArmSME] Support vertical layout in load and store ops (PR #66758)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Sep 21 00:49:28 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:

Perhaps just drop "higher-level"? That's the bit that confused me.

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


More information about the Mlir-commits mailing list