llvm/test
Kyle Butt 03d7c088c2 Codegen: [PPC] Word Rotates are Zero Extending.
Add Word rotates to the list of instructions that are zero extending.
This allows them to be used in dot form to compare with zero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264183 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-23 19:51:22 +00:00
..
Analysis Revert "Support arbitrary addrspace pointers in masked load/store intrinsics" 2016-03-22 20:24:34 +00:00
Assembler Revert "Support arbitrary addrspace pointers in masked load/store intrinsics" 2016-03-22 20:24:34 +00:00
Bindings Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API. 2016-03-19 21:28:28 +00:00
Bitcode
BugPoint
CodeGen Codegen: [PPC] Word Rotates are Zero Extending. 2016-03-23 19:51:22 +00:00
DebugInfo Remove leftover options from multiline.ll 2016-03-21 21:25:01 +00:00
Examples
ExecutionEngine
Feature [NVVM] Remove noduplicate attribute from synchronizing intrinsics. 2016-03-22 22:08:01 +00:00
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker Drop comdats from the dst module if they are not selected. 2016-03-22 21:35:47 +00:00
LTO
MC [AArch64] Replace some uses of report_fatal_error with reportError in AArch64 ELF object writer 2016-03-23 13:45:03 +00:00
Object Add a testcase that would have found the bug in r263971. 2016-03-21 21:09:38 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools Revert "[llvm-objdump] Printing relocations in executable and shared object files. This partially reverts r215844 by removing test objdump-reloc-shared.test which stated GNU objdump doesn't print relocations, it does." 2016-03-21 20:59:15 +00:00
Transforms Fix bugs in the MemorySSA walker. 2016-03-23 18:31:55 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh