llvm-6502/test
Sanjay Patel 3cd5b83bb8 Match new shuffle codegen for MOVHPD patterns
Add patterns to match SSE (shufpd) and AVX (vpermilpd) shuffle codegen
when storing the high element of a v2f64. The existing patterns were
only checking for an unpckh type of shuffle. 

http://llvm.org/bugs/show_bug.cgi?id=21791

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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223929 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-10 16:58:54 +00:00
..
Analysis
Assembler DataLayout: Provide nicer diagnostics for malformed strings 2014-12-10 02:36:41 +00:00
Bindings
Bitcode
BugPoint
CodeGen Match new shuffle codegen for MOVHPD patterns 2014-12-10 16:58:54 +00:00
DebugInfo Correctly handle complex locations expressions in replaceDbgDeclareForAlloca() 2014-12-09 17:55:48 +00:00
ExecutionEngine
Feature IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
FileCheck
Instrumentation
Integer
JitListener
Linker IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
LTO
MC [Hexagon] Fixing broken tests. 2014-12-09 20:36:53 +00:00
Object
Other
SymbolRewriter
TableGen
tools Revert "Initial dsymutil tool commit." 2014-12-09 17:21:50 +00:00
Transforms ConstantFold: div undef, 0 should fold to undef, not zero 2014-12-10 09:14:55 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh