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

Ian Wood llvmlistbot at llvm.org
Thu Oct 31 12:07:34 PDT 2024


IanWood1 wrote:

> Also FYI this has caused a different failure with Bazel
> 
> [buildkite.com/llvm-project/upstream-bazel/builds/115143#0192e378-3caf-494c-8647-7f50d4a17f77](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?rgh-link-date=2024-10-31T18%3A07%3A12Z#L7825)).

Yeah, looks like I forgot to update the cmake deps and didn't catch cyclic dependency. Also, new PR here https://github.com/llvm/llvm-project/pull/114452 

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


More information about the Mlir-commits mailing list