[all-commits] [llvm/llvm-project] fb6986: [mlir] Custom printing/parsing for Shape::AssumingOp
Tres via All-commits
all-commits at lists.llvm.org
Wed May 20 01:39:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fb6986ef69ae7e2dc60b5ae445e6e055a682c53c
https://github.com/llvm/llvm-project/commit/fb6986ef69ae7e2dc60b5ae445e6e055a682c53c
Author: Tres Popp <tpopp at google.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/Shape.h
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Dialect/Shape/CMakeLists.txt
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Dialect/Shape/ops.mlir
Log Message:
-----------
[mlir] Custom printing/parsing for Shape::AssumingOp
Summary:
Additionally, this adds traits and builder methods to AssumingYieldOp
and names the input witness to the AssumingOp.
Differential Revision: https://reviews.llvm.org/D80187
More information about the All-commits
mailing list