summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Util/split-bit-piece.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Utils] Insert DW_OP_bit_piece when only describing part of the variableKeno Fischer2016-01-121-0/+45
Summary: The dbg.declare -> dbg.value conversion looks through any zext/sext to find a value to describe the variable (in the expectation that those zext/sext instruction will go away later). However, those values do not cover the entire variable and thus need a DW_OP_bit_piece. Reviewers: aprantl Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D16061 llvm-svn: 257534
OpenPOWER on IntegriCloud