[all-commits] [llvm/llvm-project] 02d684: [NFC] [Coroutines] Remove EnableReuseStorageInFram...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Tue May 10 02:30:33 PDT 2022


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

  Changed paths:
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/test/Transforms/Coroutines/coro-debug-O2.ll
    M llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-00.ll
    M llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-01.ll
    M llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-02.ll
    M llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-04.ll
    M llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-05.ll

  Log Message:
  -----------
  [NFC] [Coroutines] Remove EnableReuseStorageInFrame option

The EnableReuseStorageInFrame option is designed for testing only.
But it is better to use *_PASS_WITH_PARAMS macro to keep consistent with
other passes.




More information about the All-commits mailing list