llvm/test
Sanjay Patel 0e3df21de9 [InstCombine] replace test that no longer works as intended
This is step 1 of refactoring to solve PR26760:
https://llvm.org/bugs/show_bug.cgi?id=26760



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265946 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-11 15:19:44 +00:00
..
Analysis [SCEV] See through op.with.overflow intrinsics 2016-04-10 22:50:26 +00:00
Assembler [SSP] Remove llvm.stackprotectorcheck. 2016-04-08 21:26:31 +00:00
Bindings [OCaml] Expose the LLVM diagnostic handler 2016-04-10 13:55:53 +00:00
Bitcode [ThinLTO] Move summary computation from BitcodeWriter to new pass 2016-04-11 13:58:45 +00:00
BugPoint
CodeGen [SystemZ] Support conditional indirect sibling calls via BCR 2016-04-11 12:12:32 +00:00
DebugInfo Drop debug info for DISubprograms that are not referenced by anything 2016-04-09 18:10:22 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [sancov] enabling coverage edge pruning by default. 2016-04-06 23:24:37 +00:00
Integer
JitListener testcase gardening: update the emissionKind enum to the new syntax. (NFC) 2016-04-01 00:16:49 +00:00
LibDriver
Linker testcase gardening: update the emissionKind enum to the new syntax. (NFC) 2016-04-01 00:16:49 +00:00
LTO Revert r265817 2016-04-08 18:15:37 +00:00
MC [SystemZ] Add SVC instruction 2016-04-11 14:35:39 +00:00
Object Revert r265817 2016-04-08 18:15:37 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86 ThinLTO: special handling for LinkOnce functions 2016-04-01 21:53:50 +00:00
tools Revert r265817 2016-04-08 18:15:37 +00:00
Transforms [InstCombine] replace test that no longer works as intended 2016-04-11 15:19:44 +00:00
Unit
Verifier Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg test: Always treat .mir files as tests even outside of CodeGen/MIR 2016-04-04 21:23:44 +00:00
lit.site.cfg.in
TestRunner.sh