This allows out-of-tree users to derive PyConcreteAttribute to bind custom
attributes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Noted in the other thread: can you include this in the discourse discussion? (This was part of an ongoing discussion on the circt side and would be good to join)
Comment Actions
This is great, though IRModule.h isn't in the mlir include directory, so it's kinda awkward for out-of-tree users to #include it. Could it be moved? (Along with a few other header files in the python directory.)
Comment Actions
I saw this, and agree this is great. I had the same question as John when I saw it. I've tested a branch of circt that included headers from this directory before, but I wasn't sure if they should move to the normal header directory eventually.