[LLVMbugs] [Bug 13269] incorrect debug location info in ConstantSDNodes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 28 05:31:10 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=13269

Sergey Dmitrouk <sdmitrouk at accesssoftek.com> changed:

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

--- Comment #4 from Sergey Dmitrouk <sdmitrouk at accesssoftek.com> ---
ConstantSDNodes gained debug locations in r235977, so it will be available
since LLVM 3.7 release.

Note however that because of constant materialization optimization in FastISel
and related to it resetting of debug locations when using FastISel debug
locations might still be not accurate in some cases (this might be resolved
separately and is not directly related to this PR as FastISel doesn't use
SDNodes).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150428/51c44b41/attachment.html>


More information about the llvm-bugs mailing list