[all-commits] [llvm/llvm-project] dfee4c: [mlir][spirv] Fix scf.yield pattern conversion

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Tue Mar 14 15:49:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dfee4c7fb0fb02cf05e9a16b7fe058557f33eb15
      https://github.com/llvm/llvm-project/commit/dfee4c7fb0fb02cf05e9a16b7fe058557f33eb15
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M mlir/lib/Conversion/SCFToSPIRV/SCFToSPIRV.cpp
    A mlir/test/Conversion/SCFToSPIRV/unsupported.mlir

  Log Message:
  -----------
  [mlir][spirv] Fix scf.yield pattern conversion

Only rewrite `scf.yield` when the parent op is supported by
scf-to-spirv.

Fixes: #61380, #61107, #61148

Reviewed By: antiagainst

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




More information about the All-commits mailing list