This is an alternative for https://reviews.llvm.org/D124361
Details
Details
Diff Detail
Diff Detail
Event Timeline
| llvm/lib/Transforms/Utils/InlineFunction.cpp | ||
|---|---|---|
| 2127–2136 | I feel this is not good since we need to traverse every use of every instruction when we inline a function into an unlowered coroutine. I think the time complexity is too high. | |
I feel this is not good since we need to traverse every use of every instruction when we inline a function into an unlowered coroutine. I think the time complexity is too high.