[all-commits] [llvm/llvm-project] 532c15: [mlir][linalg] Fix module dependency issue due to ...
Spenser Bauman via All-commits
all-commits at lists.llvm.org
Wed Jun 25 09:55:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 532c15a718d1a1d4492f213ff7c142cf93126ff6
https://github.com/llvm/llvm-project/commit/532c15a718d1a1d4492f213ff7c142cf93126ff6
Author: Spenser Bauman <spenser at modular.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/WinogradConv2D.cpp
Log Message:
-----------
[mlir][linalg] Fix module dependency issue due to unused import (#145727)
This include introduces a dependency for LinalgTransforms on
LinalgTransformOps, which is unspecified in the module dependencies, and
would produce a cyclic dependency if it were specified.
The include is unused in WinogradConv2D.cpp, so this change removes it.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list