We only look for Alloca or Load in this case, so making it explicit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157423
[Coroutines][NFC] Only look for Alloca or Load when finding dbg.declare for temp spills ClosedPublic Authored by weiwang on Aug 8 2023, 10:54 AM.
Details Summary We only look for Alloca or Load in this case, so making it explicit.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 8 2023, 1:10 PM weiwang retitled this revision from [Coroutines][NFC]Only look for Alloca or Load when finding dbg.declare for temp spills to [Coroutines][NFC] Only look for Alloca or Load when finding dbg.declare for temp spills.Aug 8 2023, 11:44 PM This revision was landed with ongoing or failed builds.Aug 9 2023, 12:20 AM Closed by commit rGf55e57ca0c43: [Coroutines][NFC] Only look for Alloca or Load when finding dbg.declare for… (authored by weiwang). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548489 llvm/lib/Transforms/Coroutines/CoroFrame.cpp
|