[all-commits] [llvm/llvm-project] ef8819: [mlir] Extend `tile_using_for` verifier to fix a c...
Felix Schneider via All-commits
all-commits at lists.llvm.org
Fri Jul 12 00:05:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef8819e2567e81d8583756187ab5dcf06911fa69
https://github.com/llvm/llvm-project/commit/ef8819e2567e81d8583756187ab5dcf06911fa69
Author: Felix Schneider <fx.schn at gmail.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/transform-op-tile.mlir
Log Message:
-----------
[mlir] Extend `tile_using_for` verifier to fix a crash (#98366)
This patch adds a check for the correct number of `loops` results of the
`transform.structured.tile_using_for` Op to the verifier, fixing a
crash.
Fix https://github.com/llvm/llvm-project/issues/98008
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