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

Cullen Rhodes llvmlistbot at llvm.org
Wed Sep 20 02:45:38 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.
----------------
c-rhodes wrote:

Not really sure how I can make this any clearer than it is

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


More information about the Mlir-commits mailing list