This is an archive of the discontinued LLVM Phabricator instance.

Teach the stripNonLineTableDebugInfo pass about the llvm.dbg.addr intrinsic.
ClosedPublic

Authored by aprantl on Apr 2 2020, 3:57 PM.

Diff Detail

Event Timeline

aprantl created this revision.Apr 2 2020, 3:57 PM
vsk accepted this revision.Apr 2 2020, 5:13 PM
vsk added inline comments.
llvm/test/Transforms/Util/strip-nonlinetable-debuginfo-localvars.ll
6

Would it be all right to drop the regex match?

This revision is now accepted and ready to land.Apr 2 2020, 5:13 PM
aprantl marked an inline comment as done.Apr 2 2020, 5:16 PM
aprantl added inline comments.
llvm/test/Transforms/Util/strip-nonlinetable-debuginfo-localvars.ll
6

Ha. I did that originally, but there's a llvm.dbg.cu later in the file.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2020, 5:55 PM