This patch also strips llvm.dbg.addr intrinsics when downgrading debug info to linetables-only.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D77343
Teach the stripNonLineTableDebugInfo pass about the llvm.dbg.addr intrinsic. ClosedPublic Authored by aprantl on Apr 2 2020, 3:57 PM.
Details Summary This patch also strips llvm.dbg.addr intrinsics when downgrading debug info to linetables-only.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 2 2020, 5:13 PM Closed by commit rGc024f3ebdcfc: Teach the stripNonLineTableDebugInfo pass about the llvm.dbg.addr intrinsic. (authored by aprantl). · Explain WhyApr 2 2020, 5:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 254659 llvm/lib/IR/DebugInfo.cpp
llvm/test/Transforms/Util/strip-nonlinetable-debuginfo-localvars.ll |
Would it be all right to drop the regex match?