[all-commits] [llvm/llvm-project] 522831: [mlir][linalg][transform] Extend diagnostics of Fu...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Fri Jul 21 02:34:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 522831384f9051c4e40d26ab8f6d1d0762d4f6aa
https://github.com/llvm/llvm-project/commit/522831384f9051c4e40d26ab8f6d1d0762d4f6aa
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/transform-op-fuse-into-containing.mlir
Log Message:
-----------
[mlir][linalg][transform] Extend diagnostics of FuseIntoContainingOp.
This patch extends the diagnostic output of `FuseIntoContainingOp` when
it fails to find the next producer by also provided the location of the
affected transform op.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D155803
More information about the All-commits
mailing list