[all-commits] [llvm/llvm-project] 8178e4: [mlir] Type erase inputs to select statements in s...

Tres via All-commits all-commits at lists.llvm.org
Sun Oct 11 12:58:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8178e41dc1a395fc0a99f945bf27fbfca871d3e5
      https://github.com/llvm/llvm-project/commit/8178e41dc1a395fc0a99f945bf27fbfca871d3e5
  Author: Tres Popp <tpopp at google.com>
  Date:   2020-10-11 (Sun, 11 Oct 2020)

  Changed paths:
    M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
    M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir

  Log Message:
  -----------
  [mlir] Type erase inputs to select statements in shape.broadcast lowering.

This is required or broadcasting with operands of different ranks will lead to
failures as the select op requires both possible outputs and its output type to
be the same.

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




More information about the All-commits mailing list