[PATCH] D77343: Teach the stripNonLineTableDebugInfo pass about the llvm.dbg.addr intrinsic.
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 17:22:36 PDT 2020
vsk accepted this revision.
vsk added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/Transforms/Util/strip-nonlinetable-debuginfo-localvars.ll:6
%i = alloca i32, align 4
- ; CHECK-NOT: llvm.dbg.declare
+ ; CHECK-NOT: llvm.dbg.{{addr|declare|value}}
call void @llvm.dbg.declare(metadata i32* %i, metadata !11, metadata !13), !dbg !14
----------------
Would it be all right to drop the regex match?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77343/new/
https://reviews.llvm.org/D77343
More information about the llvm-commits
mailing list