Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I'm a bit surprised that indirect translates into a DerefAfter and not a DerefBefore but I trust you actually tested that this does right thing :-)
Paths
| Differential D109142
LiveDebugValues pass incorrectly handles register spill for indirect debug values ClosedPublic Authored by kpdev42 on Sep 2 2021, 2:27 AM.
Details
Diff Detail Event TimelineComment Actions I'm a bit surprised that indirect translates into a DerefAfter and not a DerefBefore but I trust you actually tested that this does right thing :-) This revision is now accepted and ready to land.Sep 3 2021, 6:05 PM This revision was landed with ongoing or failed builds.Sep 8 2021, 4:08 AM Closed by commit rG93b09a2a5d78: [LiveDebugValues] Handle spills of indirect debug values correctly (authored by evgeny777). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 370204 llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
llvm/test/DebugInfo/MIR/X86/live-debug-values-restore.mir
|
clang-format: please reformat the code