vast icon indicating copy to clipboard operation
vast copied to clipboard

util: Make function yielder to work with mlir::FunctionOpInterface

Open xlauko opened this issue 2 years ago • 0 comments

At the moment void functions(mlir::Operation *op, Yield &&yield) from Util/Symbols.hpp yields only high-level functions.

It would be better to have generic yielder for operations of mlir::FunctionOpInterface.

xlauko avatar Oct 25 '22 15:10 xlauko