[all-commits] [llvm/llvm-project] 9a65d6: [mlir] Add target for Shape dialect

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Tue Mar 17 14:54:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a65d683e02a4c09451deafbe546ddcb24e32d27
      https://github.com/llvm/llvm-project/commit/9a65d683e02a4c09451deafbe546ddcb24e32d27
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/CMakeLists.txt
    M mlir/include/mlir/Dialect/Shape/IR/Shape.h
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/include/mlir/InitAllDialects.h
    M mlir/lib/Dialect/CMakeLists.txt
    M mlir/lib/Dialect/Shape/CMakeLists.txt
    R mlir/lib/Dialect/Shape/DialectRegistration.cpp
    A mlir/lib/Dialect/Shape/IR/Shape.cpp
    A mlir/test/Dialect/Shape/ops.mlir

  Log Message:
  -----------
  [mlir] Add target for Shape dialect

Summary:
Add targets and basic printing/parsing of types in Shape dialect.

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




More information about the All-commits mailing list