Details
Details
- Reviewers
fdeazeve aprantl - Group Reviewers
debug-info - Commits
- rG414ceffc9e8b: [NFC][AsmPrinter] Remove dead multi-MMI handling from DwarfFile…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! Thanks for doing this
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | ||
---|---|---|
324 | As a follow up comment on the mutable thing in the other revision, if FrameIndexExprs were a set we wouldn't need this call to none_of nor the mutable member. Also not something for this patch though! | |
1572 | Yes! Really glad we now query _before_ creating the new Dbg var! |
As a follow up comment on the mutable thing in the other revision, if FrameIndexExprs were a set we wouldn't need this call to none_of nor the mutable member. Also not something for this patch though!