[all-commits] [llvm/llvm-project] 41d085: Simplify coro-zero-alloca.ll

Xun Li via All-commits all-commits at lists.llvm.org
Tue Jun 1 08:13:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41d08541e88467992ff6116cfcf18190a10402b3
      https://github.com/llvm/llvm-project/commit/41d08541e88467992ff6116cfcf18190a10402b3
  Author: Xun Li <lxfind at gmail.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
    M llvm/test/Transforms/Coroutines/coro-zero-alloca.ll

  Log Message:
  -----------
  Simplify coro-zero-alloca.ll

D101841 added this test. It appears to generate different outcome on different platforms.
Make it to only call -coro-split instead of entire O2 pipeline to simplify the test flow.
Hope this will make  the test more robust.

Reviewed By: djtodoro

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




More information about the All-commits mailing list