[all-commits] [llvm/llvm-project] d343cd: [mlir][vector] Fix bug when swapping scf.for and v...

Thomas via All-commits all-commits at lists.llvm.org
Fri Jun 24 12:14:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d343cdd50992ea3137146bebf32e538b73359144
      https://github.com/llvm/llvm-project/commit/d343cdd50992ea3137146bebf32e538b73359144
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-06-24 (Fri, 24 Jun 2022)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
    M mlir/test/Dialect/Vector/vector-warp-distribute.mlir

  Log Message:
  -----------
  [mlir][vector] Fix bug when swapping scf.for and vector warp op

When creating a scf.for without argument a scf.yield is automatically
created. Make sure we don't create a second one.

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




More information about the All-commits mailing list