[all-commits] [llvm/llvm-project] 92db09: [mlir] AsyncRuntime: use int64_t for ref counting ...

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Mon Sep 27 07:55:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92db09cde04933d2e703a590054fe709dcfa88c0
      https://github.com/llvm/llvm-project/commit/92db09cde04933d2e703a590054fe709dcfa88c0
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
    M mlir/include/mlir/ExecutionEngine/AsyncRuntime.h
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    M mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCounting.cpp
    M mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCountingOpt.cpp
    M mlir/lib/ExecutionEngine/AsyncRuntime.cpp
    M mlir/test/Conversion/AsyncToLLVM/convert-runtime-to-llvm.mlir
    M mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
    M mlir/test/Dialect/Async/async-runtime-policy-based-ref-counting.mlir
    M mlir/test/Dialect/Async/async-runtime-ref-counting-opt.mlir
    M mlir/test/Dialect/Async/async-runtime-ref-counting.mlir
    M mlir/test/Dialect/Async/runtime.mlir

  Log Message:
  -----------
  [mlir] AsyncRuntime: use int64_t for ref counting operations

Workaround for SystemZ ABI problem: https://bugs.llvm.org/show_bug.cgi?id=51898

Reviewed By: ftynse

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




More information about the All-commits mailing list