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

Cullen Rhodes llvmlistbot at llvm.org
Tue Oct 3 01:38:07 PDT 2023


================
@@ -0,0 +1,137 @@
+//===-- ArmSMEIntrinsicsOps.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 definitons of the intrinsic Ops for the ArmSME dialect.
----------------
c-rhodes wrote:

spelling
```suggestion
// This file contains definitions of the intrinsic Ops for the ArmSME dialect.
```

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


More information about the Mlir-commits mailing list