[all-commits] [llvm/llvm-project] dbbe01: [MLIR] [AsyncToLLVM] Use llvm.coro.align intrinsic

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Tue Jan 25 03:28:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbbe0109086d8e813fbabf3114da737086250ff9
      https://github.com/llvm/llvm-project/commit/dbbe0109086d8e813fbabf3114da737086250ff9
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    M mlir/test/Conversion/AsyncToLLVM/convert-coro-to-llvm.mlir
    M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir

  Log Message:
  -----------
  [MLIR] [AsyncToLLVM] Use llvm.coro.align intrinsic

Use llvm.coro.align to align coroutine frame properly.

Reviewed By: bkramer

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




More information about the All-commits mailing list