[PATCH] D74369: [AddressSanitizer] Ensure only AllocaInst is passed to dbg.declare
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 09:01:20 PST 2020
aprantl accepted this revision.
aprantl added inline comments.
================
Comment at: llvm/test/Instrumentation/AddressSanitizer/debug_info.ll:26
; Verify that llvm.dbg.declare calls are in the entry basic block.
+; CHECK-NEXT: [[MyAlloca:%.*]] = alloca i8, i64 64
; CHECK-NOT: %entry
----------------
Ah here!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74369/new/
https://reviews.llvm.org/D74369
More information about the llvm-commits
mailing list