[all-commits] [llvm/llvm-project] 5cf269: [mlir] Remove TosaToLinalg dependency on all Passes
Tres via All-commits
all-commits at lists.llvm.org
Thu Jan 14 12:08:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5cf2696317afb0631a4a09414ae40a4e226a905e
https://github.com/llvm/llvm-project/commit/5cf2696317afb0631a4a09414ae40a4e226a905e
Author: Tres Popp <tpopp at google.com>
Date: 2021-01-14 (Thu, 14 Jan 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
Log Message:
-----------
[mlir] Remove TosaToLinalg dependency on all Passes
TosaToLinalg was depending on its header file indirectly through
Passes.h rather than directly. This removes that indirection.
Differential Revision: https://reviews.llvm.org/D94706
More information about the All-commits
mailing list