summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Util/dbg-call-bitcast.ll
Commit message (Collapse)AuthorAgeFilesLines
* LowerDbgDeclare: look through bitcasts.Evgenii Stepanov2019-12-051-0/+48
Summary: Emit a value debug intrinsic (with OP_deref) when an alloca address is passed to a function call after going through a bitcast. This generates an FP or SP-relative location for the local variable in the following case: int x; use((void *)&x; Reviewers: aprantl, vsk, pcc Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70752
OpenPOWER on IntegriCloud