[all-commits] [llvm/llvm-project] 7675f5: [MLIR] Introduce new C bindings to differentiate b...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Sep 26 01:53:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7675f541f75baa20e8ec007cd625a837e89fc01f
https://github.com/llvm/llvm-project/commit/7675f541f75baa20e8ec007cd625a837e89fc01f
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M mlir/include/mlir-c/IR.h
M mlir/include/mlir/IR/Operation.h
M mlir/lib/CAPI/IR/IR.cpp
M mlir/test/CAPI/ir.c
Log Message:
-----------
[MLIR] Introduce new C bindings to differentiate between discardable and inherent attributes (#66332)
This is part of the transition toward properly splitting the two groups.
This only introduces new C APIs, the Python bindings are unaffected. No
API is removed.
More information about the All-commits
mailing list