1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test
Weiming Zhao 33e867b55e Fix DebugLoc propagation for unreachable LoadInst
Summary: Currently, when GVN creates a load and when InstCombine creates a new store for unreachable Load, the DebugLoc info gets lost.

Reviewers: dberlin, davide, aprantl

Reviewed By: aprantl

Subscribers: davide, llvm-commits

Differential Revision: https://reviews.llvm.org/D34639

llvm-svn: 308404
2017-07-19 01:27:24 +00:00
..
Analysis [SystemZ] Add support for IBM z14 processor (2/3) 2017-07-17 17:42:48 +00:00
Assembler Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
Bindings
Bitcode Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
BugPoint
CodeGen [COFF, ARM64] Reserve X18 register by default 2017-07-18 20:41:33 +00:00
DebugInfo Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
DllTool llvm: add llvm-dlltool support to the archiver 2017-07-18 21:26:38 +00:00
Examples
ExecutionEngine
Feature
FileCheck [llvm] Remove redundant check-prefix=CHECK from tests. NFC. 2017-07-17 17:32:45 +00:00
Instrumentation [asan] Copy arguments passed by value into explicit allocas for ASan 2017-07-18 22:28:03 +00:00
Integer
JitListener
LibDriver
Linker Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
LTO
MC [AMDGPU] resubmit r308179: CodeGen: check dst operand type to determine if omod is supported for VOP3 instructions 2017-07-18 14:23:26 +00:00
Object
ObjectYAML [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId 2017-07-17 23:59:44 +00:00
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86 Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
tools [llvm-readobj] Accept (and ignore) --wide (-W) command-line switch 2017-07-18 23:58:15 +00:00
Transforms Fix DebugLoc propagation for unreachable LoadInst 2017-07-19 01:27:24 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt llvm: add llvm-dlltool support to the archiver 2017-07-18 21:26:38 +00:00
lit.cfg
lit.site.cfg.in
TestRunner.sh