Description
DW_OP_LLVM_tag_offset is present in -O0, but not -O1 https://godbolt.org/z/3dj6bzz4z
Reasons is AssignmentTrackingPass
and -instcombine-lower-dbg-declare
replace @llvm.dbg.declare
with @llvm.dbg.assign
but we don't attach DW_OP_LLVM_tag_offset to @llvm.dbg.assign
.