google / mlir-hs

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

Enable injecting location in builder #17

Closed jpienaar closed 3 years ago

jpienaar commented 3 years ago

Provides setting the location so that operations built would reuse set location. Similar to ImplicitLocBuilder with the exception that if a not-Unknown location is set, the set location is retained.