Marcel Koester

Results 2 comments of Marcel Koester

We would like to implement such an analysis. Based on our insights into MLIR we propose the following high-level interface for this new analysis: ```cpp namespace mlir { class ValueSet;...

@bondhugula, @River707 Thank you for your feedback on our first proposal. @bondhugula `getLivenessAtOp(Operation*)` could be implemented in favor of the suggested `getLiveness(Value*). As you mentioned, `getLiveness(Value*)` covers cases where an...