llvm/test
Keno Fischer 4d6ccf4c99 [Utils] Fix incorrect dbg.declare store conversion
Summary: The dbg.declare -> dbg.value conversion did not check which operand of
the store instruction the alloca was passed to. As a result code that stored the
address of an alloca, rather than storing to the alloca, would still trigger
the conversion routine, leading to the insertion of an incorrect dbg.value
intrinsic.

Reviewers: aprantl

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D16169

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257787 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-14 19:12:27 +00:00
..
Analysis Revert "[ValueTracking] Understand more select patterns in ComputeKnownBits" 2016-01-14 15:49:32 +00:00
Assembler
Bindings
Bitcode [WinEH] Verify unwind edges against EH pad tree 2016-01-10 04:28:38 +00:00
BugPoint
CodeGen Revert "Stop increasing alignment of externally-visible globals on ELF platforms." 2016-01-14 16:33:21 +00:00
DebugInfo [codeview] Regenerate C++ display name test case and update comments 2016-01-14 00:12:54 +00:00
Examples
ExecutionEngine Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32. 2016-01-14 01:33:00 +00:00
Feature [WinEH] Verify unwind edges against EH pad tree 2016-01-10 04:28:38 +00:00
FileCheck
Instrumentation [sanitizer] [msan] Fix origin store of array types 2016-01-11 19:55:27 +00:00
Integer
JitListener
LibDriver
Linker Re-Revert r257105 (Verifier debug info changes) 2016-01-13 02:31:14 +00:00
LTO
MC Add a triple to the test. 2016-01-13 23:13:38 +00:00
Object
Other
SymbolRewriter
TableGen Add test cases that will show the bug that was fixed in r256725. 2016-01-13 07:53:11 +00:00
tools dsymutil: Provide better warnings when clang modules cannot be found. 2016-01-14 18:31:07 +00:00
Transforms [Utils] Fix incorrect dbg.declare store conversion 2016-01-14 19:12:27 +00:00
Unit
Verifier [WinEH] Fix catchpad pred verification 2016-01-10 04:32:03 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg [llvm-symbolizer] -print-source-context-lines option to print source code around the line. 2016-01-09 00:14:35 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh