[all-commits] [llvm/llvm-project] 465271: Cleanup coro-inline.ll

Xun Li via All-commits all-commits at lists.llvm.org
Fri Dec 18 08:09:38 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4652718ee38c519c6bb9470758d07430b0de02dd
      https://github.com/llvm/llvm-project/commit/4652718ee38c519c6bb9470758d07430b0de02dd
  Author: Xun Li <lxfind at gmail.com>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

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

  Log Message:
  -----------
  Cleanup coro-inline.ll

Following up with the comments in D92706.
- Use -passes instead of -enable-new-pm
- CoroEarly should happen before AlwaysInliner, adjust it.
- Remove some unnecessary barriers (still kept one)
- Cleanup unnecessary debug info

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




More information about the All-commits mailing list