[PATCH] D114258: [DebugInfo][1/N] Instruction referencing test changes: DBG_VALUE to DBG_INSTR_REF
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 19 09:59:20 PST 2021
jmorse added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/pr34545.ll:34
store i32 %shl2, i32* @var
- ret i32 %shl2
+ ret i32 %shl2, !dbg !20
}
----------------
Added this because various parts of instruction referencing try to skip doing any work if there are no instructions in scope -- and no "real" instructions in this function are in scope.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114258/new/
https://reviews.llvm.org/D114258
More information about the llvm-commits
mailing list