vast
vast copied to clipboard
util: Make function yielder to work with mlir::FunctionOpInterface
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
.