This commit implements SelectionDAG lowering of dbg.declare intrinsics targeting
swiftasync Arguments, by putting them in the MachineFunction's table of
variables whose location doesn't change throughout the function.
Depends on D149882
Paths
| Differential D149883
[SelectionDAG][DebugInfo] Implement translation of entry_value vars ClosedPublic Authored by fdeazeve on May 4 2023, 11:40 AM.
Details
Summary This commit implements SelectionDAG lowering of dbg.declare intrinsics targeting Depends on D149882
Diff Detail
Event Timeline
This revision is now accepted and ready to land.May 4 2023, 12:48 PM Comment Actions
Sorry just noticed it’s done already in the prior patch. This revision was landed with ongoing or failed builds.May 12 2023, 9:00 AM Closed by commit rG2da29955fbc9: [SelectionDAG][DebugInfo] Implement translation of entry_value vars (authored by fdeazeve). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 521673 llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
llvm/test/CodeGen/AArch64/dbg-declare-swift-async.ll
|
comment that this is for async arguments?