[all-commits] [llvm/llvm-project] e833fd: [mlir] Add missing dependency in bazel build
qcolombet via All-commits
all-commits at lists.llvm.org
Thu Sep 8 11:54:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e833fdcd05ff2a99e0ddc294a96c7c64e7621b8b
https://github.com/llvm/llvm-project/commit/e833fdcd05ff2a99e0ddc294a96c7c64e7621b8b
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir] Add missing dependency in bazel build
The MemRefTransform library now depends on ArithmeticUtils because
of the newly added SimplifyExtractStridedMetadata pass.
More information about the All-commits
mailing list