[all-commits] [llvm/llvm-project] beeed0: [Coroutines] Use PassManager instead of Legacy Pas...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Mon May 9 22:15:43 PDT 2022


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

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp

  Log Message:
  -----------
  [Coroutines] Use PassManager instead of Legacy PassManager internally

This is a following cleanup for the previous work D123918. I missed
serveral places which still use legacy pass managers. This patch tries
to remove them.




More information about the All-commits mailing list