"clang/test/CXX/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "090dd647d98dc50a56a42fbba0f3f11b10a3a187"
Extend debug info for function parameters in SDAG.
SDAG currently can emit debug location for function parameters when an llvm.dbg.declare points to either a function argument SSA temp, or to an AllocaInst. This change extends this logic by adding a fallback case when neither of the above is true. This is required for SafeStack, which may copy the contents of a byval function argument into something that is not an alloca, and then describe the target as the new location of the said argument. llvm-svn: 254352
Loading
Please register or sign in to comment