[PATCH] D118454: [DebugInfo][InstrRef][NFC] Refactor code portions into own functions, name some useful types
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 08:04:29 PST 2022
Orlando added inline comments.
================
Comment at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h:1008
+ /// Produce a set of blocks that are in the current lexical scope. This means
+ /// those blocks that contain instructions "in" the cope, blocks where
+ /// assignments to variables in scope occur, and artificial blocks that are
----------------
This new comment is much clearer, thanks.
nit: cope -> scope
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118454/new/
https://reviews.llvm.org/D118454
More information about the llvm-commits
mailing list