[all-commits] [llvm/llvm-project] 2f7baf: [mlir:async] Use ODS to define async types

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Tue Jan 26 02:38:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f7baffdc13436173ec753dcfaeba7f870a02b36
      https://github.com/llvm/llvm-project/commit/2f7baffdc13436173ec753dcfaeba7f870a02b36
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/IR/Async.h
    R mlir/include/mlir/Dialect/Async/IR/AsyncBase.td
    A mlir/include/mlir/Dialect/Async/IR/AsyncDialect.td
    M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
    A mlir/include/mlir/Dialect/Async/IR/AsyncTypes.h
    A mlir/include/mlir/Dialect/Async/IR/AsyncTypes.td
    M mlir/lib/Dialect/Async/IR/Async.cpp
    M mlir/test/Dialect/Async/verify.mlir

  Log Message:
  -----------
  [mlir:async] Use ODS to define async types

Depends On D94923

Migrate Async dialect to ODS `TypeDef`

Reviewed By: ftynse, rriddle

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




More information about the All-commits mailing list