google / mlir-hs

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

Add FusedLoc #24

Closed jpienaar closed 3 years ago

jpienaar commented 3 years ago

Add FusedLoc which takes an array of Locations and an optional metadata attribute. Native lowering for FusedLoc is only via fromAST rather than having a dedicated getter in Native as the other Locations have (this is not the first such instance in fromAST though).