[all-commits] [llvm/llvm-project] e627f4: [NFC] [Coroutines] Rename ReuseFrameSlot to Optimi...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Jan 4 19:41:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e627f4ce0d59e64fee03f85d575eb9e626013f28
https://github.com/llvm/llvm-project/commit/e627f4ce0d59e64fee03f85d575eb9e626013f28
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M llvm/include/llvm/Transforms/Coroutines/CoroSplit.h
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
M llvm/lib/Transforms/Coroutines/CoroInternal.h
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
Log Message:
-----------
[NFC] [Coroutines] Rename ReuseFrameSlot to OptimizeFrame
We could use the variable as a flag to indicate if the optimization
is on.
More information about the All-commits
mailing list