1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
Guozhi Wei dc5a37bcd2 [InstCombine] Avoid combining the bitcast of a var that is used as both address and result of load instructions
This patch fixes https://llvm.org/bugs/show_bug.cgi?id=27703.

If there is a sequence of one or more load instructions, each loaded value is used as address of later load instruction, bitcast is necessary to change the value type, don't optimize it.

llvm-svn: 270135
2016-05-19 21:07:01 +00:00
..
Analysis [LAA] Check independence of strided accesses before forward case 2016-05-19 15:37:19 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen X86: Don't reset the stack after calls that don't return (PR27117) 2016-05-19 20:15:33 +00:00
DebugInfo pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex. 2016-05-19 18:05:58 +00:00
Examples
ExecutionEngine Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
Feature
FileCheck
Instrumentation [MSan] [PowerPC] Implement PowerPC64 vararg helper. 2016-05-13 23:55:33 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC comment out line that is causing UBSAN bot failures 2016-05-19 21:00:02 +00:00
Object Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error 2016-05-17 17:10:12 +00:00
ObjectYAML Fixing test failure on Windows bot 2016-05-18 20:01:48 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Use semicolon to separate path prefix replacement 2016-05-17 18:43:22 +00:00
tools [Coverage] Ensure that coverage mapping data has an expected alignment in 'covmapping' files. 2016-05-18 07:43:27 +00:00
Transforms [InstCombine] Avoid combining the bitcast of a var that is used as both address and result of load instructions 2016-05-19 21:07:01 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh