[all-commits] [llvm/llvm-project] 8e3075: [MLIR] Fix lowering of Affine IfOp in the presence...

Gaurav Shukla via All-commits all-commits at lists.llvm.org
Wed Mar 17 04:05:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e3075c2b07e59aca38cf2e105e6122d6818183b
      https://github.com/llvm/llvm-project/commit/8e3075c2b07e59aca38cf2e105e6122d6818183b
  Author: Gaurav Shukla <gaurav.shukla at polymagelabs.com>
  Date:   2021-03-17 (Wed, 17 Mar 2021)

  Changed paths:
    M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
    M mlir/test/Conversion/AffineToStandard/lower-affine.mlir

  Log Message:
  -----------
  [MLIR] Fix lowering of Affine IfOp in the presence of yield values.

This commit fixes the lowering of `Affine.IfOp` to `SCF.IfOp` in the
presence of yield values. These changes have been made as a part of
`-lower-affine` pass.

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




More information about the All-commits mailing list