[all-commits] [llvm/llvm-project] 133762: [MLIR] Add IRDL dialect loading to C API (#91852)

Théo Degioanni via All-commits all-commits at lists.llvm.org
Sat May 11 10:45:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1337622a492f4e77604b09ac8ff97042e46d8d42
      https://github.com/llvm/llvm-project/commit/1337622a492f4e77604b09ac8ff97042e46d8d42
  Author: Théo Degioanni <theo.degioanni.llvm.deluge062 at simplelogin.fr>
  Date:   2024-05-11 (Sat, 11 May 2024)

  Changed paths:
    A mlir/include/mlir-c/Dialect/IRDL.h
    M mlir/lib/CAPI/Dialect/CMakeLists.txt
    A mlir/lib/CAPI/Dialect/IRDL.cpp
    M mlir/test/CAPI/CMakeLists.txt
    A mlir/test/CAPI/irdl.c
    M mlir/test/CMakeLists.txt
    M mlir/test/lit.cfg.py

  Log Message:
  -----------
  [MLIR] Add IRDL dialect loading to C API (#91852)

Being able to add custom dialects is one of the big missing pieces of
the C API. This change should make it achievable via IRDL. Hopefully
this should open custom dialect definition to non-C++ users of MLIR.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list