[Mlir-commits] [mlir] Extend `getBackwardSlice` to track values captured from above (PR #113478)

Bart Chrzaszcz llvmlistbot at llvm.org
Thu Oct 31 11:07:19 PDT 2024


bartchr808 wrote:

Also FYI this has caused a different failure with Bazel

https://buildkite.com/llvm-project/upstream-bazel/builds/115143#0192e378-3caf-494c-8647-7f50d4a17f77

The fix is not trivial due to a dependency cycle. the `Analysis` target should depend on `TransformUtils`, however, `TransformUtils` already depends on `Analysis` (see [BUILD.bazel](https://github.com/llvm/llvm-project/blob/main/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel#L7825)). 

https://github.com/llvm/llvm-project/pull/113478


More information about the Mlir-commits mailing list