[LLVMbugs] [Bug 11591] inline (and instcombine) changing debug info

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Apr 7 19:04:05 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=11591

Eric Christopher <echristo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Eric Christopher <echristo at gmail.com> 2012-04-07 21:04:05 CDT ---
Nick: I think one of my line number patches has fixed it:


0x00000150: [0x00000000000006d0 - 0x00000000000006df) _ZN7Derived8SlowFreeEPvi



0x00000150:     TAG_subprogram [21] *
                 AT_MIPS_linkage_name( "_ZN7Derived8SlowFreeEPvi" )
                 AT_specification( {0x000000ea} ( "_ZN7Derived8SlowFreeEPvi" )
)
                 AT_low_pc( 0x00000000000006d0 )
                 AT_high_pc( 0x00000000000006df )
                 AT_frame_base( rbp )



0x00000041: DW_LNS_negate_stmt
0x00000042: DW_LNE_set_address( 0x00000000000006d0 )
0x0000004d: DW_LNS_advance_line( 12 )
0x0000004f: DW_LNS_copy
            0x00000000000006d0      1     13      0

So this looks fixed now. Can you confirm?

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list