[Mlir-commits] [mlir] [mlir] Improve mlir-query tool by implementing `getBackwardSlice` and `getForwardSlice` matchers (PR #115670)
Denzel-Brian Budii
llvmlistbot at llvm.org
Mon Apr 21 11:24:56 PDT 2025
chios202 wrote:
> Is the example output in the PR description still the current output?
That's how I visualized it. We capture the root op + matching environment as suggested. Subsequently the printing is done similarly, by marking the root op with "root binding here " and the matching environment without any labels.
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list