google / mlir-hs

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

Add NamedLoc #23

Closed jpienaar closed 3 years ago

jpienaar commented 3 years ago

Add NamedLoc given C API addition to create NamedLoc. This just adds the basic support without the specialized case where childLoc is optional (e.g., UnknownLocation).