Commit c66f2d0c authored by Devajith Valaparambil Sreeramaswamy's avatar Devajith Valaparambil Sreeramaswamy Committed by Jacques Pienaar
Browse files

[mlir-query] Add function extraction feature to mlir-query

This enables specifying the extract modifier to extract all matches into
a function. This currently does this very directly by converting all
operands to function arguments (ones due to results of other matched ops
are dropped) and all results as return values.

Differential Revision: https://reviews.llvm.org/D158693
parent 5bd01ac8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment