google / mlir-hs

Haskell bindings for MLIR
Apache License 2.0
97 stars 16 forks source link

Add basic region, block, operation iteration #27

Closed jpienaar closed 3 years ago

jpienaar commented 3 years ago

Start of a basic walk from operation to region to block to operation.

jpienaar commented 3 years ago

I was also considering just exposing a list return here, that may be more convenient Native side, could switch to that instead