[all-commits] [llvm/llvm-project] ffdd4a: [mlir] Shape.AssumingOp implements RegionBranchOpI...

Tres via All-commits all-commits at lists.llvm.org
Mon Sep 21 02:33:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ffdd4a46a9a90d7b63b840c4b3c775074815f3ed
      https://github.com/llvm/llvm-project/commit/ffdd4a46a9a90d7b63b840c4b3c775074815f3ed
  Author: Tres Popp <tpopp at google.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/lib/Dialect/Shape/IR/Shape.cpp
    M mlir/test/Transforms/buffer-placement.mlir

  Log Message:
  -----------
  [mlir] Shape.AssumingOp implements RegionBranchOpInterface.

This adds support for the interface and provides unambigious information
on the control flow as it is unconditional on any runtime values.
The code is tested through confirming that buffer-placement behaves as
expected.

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




More information about the All-commits mailing list