llvm-6502/test
Evan Cheng 77f0b7a50a Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset.
pshufd $1, (%rdi), %xmm0
        movd %xmm0, %eax
=>
        movl 4(%rdi), %eax


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51026 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-13 08:35:03 +00:00
..
Analysis Fix PR1098 by correcting the postdominators analysis. 2008-05-04 21:07:35 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
C++Frontend new testcase. 2008-05-08 04:55:51 +00:00
CFrontend Testcase for PR2264. 2008-05-12 13:01:19 +00:00
CodeGen Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset. 2008-05-13 08:35:03 +00:00
DebugInfo
ExecutionEngine
Feature Update test 2008-04-25 17:54:21 +00:00
FrontendAda
FrontendObjC Removing. 2008-05-06 23:56:22 +00:00
Integer
lib Fix tests due to llvm2cpp move to llc target 2008-04-23 22:41:53 +00:00
Linker Update old-style syntax in some "not grep" tests. 2008-05-01 23:50:07 +00:00
LLVMC Filter option names to escape symbols not allowed as C++ identifiers. 2008-05-12 16:33:06 +00:00
Other Fix tests due to llvm2cpp move to llc target 2008-04-23 22:41:53 +00:00
Scripts
TableGen
Transforms Add a testcase for non-local CSE of read-only calls. 2008-05-13 08:17:44 +00:00
Verifier
Makefile Add EXTRA_OPTIONS on the llvmgxx command line. 2008-04-24 17:59:03 +00:00
Makefile.tests
TestRunner.sh