https://llvm.org/bugs/show_bug.cgi?id=13269
Sergey Dmitrouk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Sergey Dmitrouk <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
