For dbg.value intrinsics targeting an llvm::Argument address whose expression
starts with an entry value, we lower this to a DEBUG_VALUE targeting the livein
physical register corresponding to that Argument.
Depends on D151328
Paths
| Differential D151329
[IRTranslator] Implement translation of entry_value dbg.value intrinsics ClosedPublic Authored by fdeazeve on May 24 2023, 6:17 AM.
Details
Summary For dbg.value intrinsics targeting an llvm::Argument address whose expression Depends on D151328
Diff Detail
Event Timelinefdeazeve added a child revision: D151330: [SelectionDAGBuilder] Handle entry_value dbg.value intrinsics.May 24 2023, 6:17 AM This revision is now accepted and ready to land.May 24 2023, 3:43 PM This revision was landed with ongoing or failed builds.May 26 2023, 3:49 AM Closed by commit rGe8aee45be7a2: [IRTranslator] Implement translation of entry_value dbg.value intrinsics (authored by fdeazeve). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 526014 llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
|