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

Benjamin Maxwell llvmlistbot at llvm.org
Tue Oct 3 07:24:01 PDT 2023


================
@@ -1,12 +1,24 @@
 add_mlir_dialect(ArmSME arm_sme ArmSME)
 add_mlir_doc(ArmSME ArmSME Dialects/ -gen-dialect-doc -dialect=arm_sme)
----------------
MacDue wrote:

Note that with these changes the docs will be empty as `ArmSME.td` does not include the op definitions. This was the same problem the vector dialect had a little while ago.

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


More information about the Mlir-commits mailing list