[all-commits] [llvm/llvm-project] 30ce0c: [mlir] properly handle an edge case in transform.s...

ftynse via All-commits all-commits at lists.llvm.org
Fri May 5 05:48:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30ce0c9508f50f1b7bce4ff637234084bb7a571d
      https://github.com/llvm/llvm-project/commit/30ce0c9508f50f1b7bce4ff637234084bb7a571d
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
    M mlir/test/Dialect/Transform/test-interpreter.mlir

  Log Message:
  -----------
  [mlir] properly handle an edge case in transform.split_handles

The `transform.split_handles` transform op has an edge case that is
supposed to propagate empty handle state to all resulting handles
regardless of their number. Actually set empty payload for them instead
of leaving them unset.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D149652




More information about the All-commits mailing list