[all-commits] [llvm/llvm-project] 65e339: [NFC] [Coroutines] Move collectFrameAlloca to decr...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Fri Jan 6 00:39:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65e339886989a995c196a6413e8e919a20cc738c
      https://github.com/llvm/llvm-project/commit/65e339886989a995c196a6413e8e919a20cc738c
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp

  Log Message:
  -----------
  [NFC] [Coroutines] Move collectFrameAlloca to decrease the times to iterate the function

Previously in collectFrameAllocas, we will iterate every instruction in
the Function and we will iterate the function again later. It is
redundnt.




More information about the All-commits mailing list