[PATCH] D11933: Extending debug ranges
Alex Lorenz via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 17:28:40 PDT 2015
arphaman added inline comments.
================
Comment at: test/DebugInfo/MIR/extend-debug-range.mir:249
@@ +248,3 @@
+
+ MOV32mr %rip, 1, _, @m, _, %ecx, debug-location !37 :: (store 4 into %ir.m)
+ dead undef %edi = MOV32ri64 @.str, implicit-def %rdi, debug-location !38
----------------
I tweaked the syntax for the memory operands slightly while working on the fix for the problem you reported, so this instruction should be as follows now:
MOV32mr %rip, 1, _, @m, _, %ecx, debug-location !37 :: (store 4 into @m)
http://reviews.llvm.org/D11933
More information about the llvm-commits
mailing list