[PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 12:07:22 PST 2016
aprantl added a comment.
commit 9114a54cc7bd33e850ef8e2eb97f6c41880737c1
Author: Adrian Prantl <aprantl at apple.com>
Date: Wed Feb 17 12:05:27 2016 -0800
Debug Info: Teach LdStHasDebugValue() (Local.cpp) about DIExpressions.
This function is used to check whether a dbg.value intrinsic has already
been inserted, but without comparing the DIExpression, it would erroneously
fire on split aggregates and only the first scalar would survive.
Found via http://reviews.llvm.org/D16867.
<rdar://problem/24456528>
Repository:
rL LLVM
http://reviews.llvm.org/D16867
More information about the llvm-commits
mailing list