[Mlir-commits] [mlir] [mlir][ArmSME] Split the Op definition (nfc) (PR #67985)

Cullen Rhodes llvmlistbot at llvm.org
Tue Oct 3 07:57:05 PDT 2023


================
@@ -0,0 +1,137 @@
+//===-- ArmSMEIntrinsicOps.td ------------------------------*- tablegen -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file contains definitions of the intrinsic Ops for the ArmSME dialect.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef ARMSME_INTRINSICS_OPS
----------------
c-rhodes wrote:

`ARMSME_INTRINSIC_OPS`

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


More information about the Mlir-commits mailing list