[all-commits] [llvm/llvm-project] ca5d34: [mlir][TD] Fix the order of return handles (#76929)

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Thu Jan 4 04:54:29 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca5d34ec7186f2b5750c7e67dcb8b2d0dc865d8d
      https://github.com/llvm/llvm-project/commit/ca5d34ec7186f2b5750c7e67dcb8b2d0dc865d8d
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2024-01-04 (Thu, 04 Jan 2024)

  Changed paths:
    M mlir/docs/Tutorials/transform/Ch1.md
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/test/Dialect/GPU/transform-gpu-failing.mlir
    M mlir/test/Dialect/Linalg/tile-to-forall.mlir
    M mlir/test/Examples/transform/Ch1/invalidation-1.mlir

  Log Message:
  -----------
  [mlir][TD] Fix the order of return handles (#76929)

Replace (in tests and docs):

    %forall, %tiled = transform.structured.tile_using_forall

with (updated order of return handles):

    %tiled, %forall = transform.structured.tile_using_forall

Similar change is applied to (in the TD tutorial):

    transform.structured.fuse_into_containing_op

This update makes sure that the tests/documentation are consistent with
the Op specifications. Follow-up for #67320 which updated the order of
the return handles for `tile_using_forall`.




More information about the All-commits mailing list