[all-commits] [llvm/llvm-project] 964dc3: [AsyncToLLVM] aligned_alloc requires the size to b...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Mon Jan 17 12:50:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 964dc368e7c72ad5b7ab995c97920c4deb624631
      https://github.com/llvm/llvm-project/commit/964dc368e7c72ad5b7ab995c97920c4deb624631
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-01-17 (Mon, 17 Jan 2022)

  Changed paths:
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    M mlir/test/Conversion/AsyncToLLVM/convert-coro-to-llvm.mlir

  Log Message:
  -----------
  [AsyncToLLVM] aligned_alloc requires the size to be a multiple of aignment, so round up

Fixes a crash with debug malloc.




More information about the All-commits mailing list