[all-commits] [llvm/llvm-project] 32e2fe: [mlir] Move PyConcreteType to header. NFC.
John Demme via All-commits
all-commits at lists.llvm.org
Wed Apr 28 16:46:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32e2fec726beec2800f3db493bea8b4bdbbde936
https://github.com/llvm/llvm-project/commit/32e2fec726beec2800f3db493bea8b4bdbbde936
Author: John Demme <john.demme at microsoft.com>
Date: 2021-04-28 (Wed, 28 Apr 2021)
Changed paths:
M mlir/lib/Bindings/Python/IRModule.h
M mlir/lib/Bindings/Python/IRTypes.cpp
Log Message:
-----------
[mlir] Move PyConcreteType to header. NFC.
This allows out-of-tree users to derive PyConcreteType to bind custom
types.
The Type version of https://reviews.llvm.org/D101063/new/
Reviewed By: stellaraccident
Differential Revision: https://reviews.llvm.org/D101496
More information about the All-commits
mailing list