[PATCH] D146298: [NFC] Add DebugVariableAggregate class
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 06:12:27 PDT 2023
StephenTozer accepted this revision.
StephenTozer added a comment.
This revision is now accepted and ready to land.
I believe there are a few places in the existing codebase where we intentionally drop fragments that could be updated to use this class; on the whole though, I approve of using a new class to differentiate between a variable fragment that happens to be the whole variable vs an explicit reference to the whole variable regardless of fragmentation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146298/new/
https://reviews.llvm.org/D146298
More information about the llvm-commits
mailing list