[Mlir-commits] [mlir] [MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (PR #158135)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Sep 19 01:23:33 PDT 2025
ftynse wrote:
> %1 should not be included in the slice in any case,
Or, rather, the operation that defines `%1` may be in the slice, but not the value. I find it confusing to refer to operations by values they define in MLIR since operations are not values (unlike in LLVM IR).
https://github.com/llvm/llvm-project/pull/158135
More information about the Mlir-commits
mailing list