[all-commits] [llvm/llvm-project] 410927: Replace void* with std::byte* in AsyncRuntime

yijia1212 via All-commits all-commits at lists.llvm.org
Tue Dec 20 19:17:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4109276fb46ad36c320ebb738eadb4ab2ecc4763
      https://github.com/llvm/llvm-project/commit/4109276fb46ad36c320ebb738eadb4ab2ecc4763
  Author: yijiagu <yijiagu at google.com>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/AsyncRuntime.h
    M mlir/lib/ExecutionEngine/AsyncRuntime.cpp

  Log Message:
  -----------
  Replace void* with std::byte* in AsyncRuntime

Replace void* with std::byte* in AsyncRuntime to make it clear that these pointers point to a memory region.

Reviewed By: ezhulenev

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




More information about the All-commits mailing list