[all-commits] [llvm/llvm-project] 2d0378: [Coroutines] Don't re-materialize for debug instru...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu May 5 22:52:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d037873a35798319c51c1acf222efc483b34776
https://github.com/llvm/llvm-project/commit/2d037873a35798319c51c1acf222efc483b34776
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-05-06 (Fri, 06 May 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
Log Message:
-----------
[Coroutines] Don't re-materialize for debug instructions
Re-materialize for debug instructions would cause a different code
generated if we enabled `-g`. This is bad. So we disable to
re-materialize for debug instructions.
More information about the All-commits
mailing list