llvm-6502/lib
Evan Cheng 6e56e2c602 Fixed a bug which causes x86 be to incorrectly match
shuffle v, undef, <2, ?, 3, ?>
to movhlps
It should match to unpckhps instead.

Added proper matching code for
shuffle v, undef, <2, 3, 2, 3>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31519 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-07 22:14:24 +00:00
..
Analysis Optionally allow comparison operations from affect DSGraphs 2006-11-07 20:39:05 +00:00
Archive
AsmParser
Bytecode
CodeGen Accidently reran commit. 2006-11-07 21:58:55 +00:00
Debugger
ExecutionEngine
Linker
Support
System Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
Target Fixed a bug which causes x86 be to incorrectly match 2006-11-07 22:14:24 +00:00
Transforms Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
VMCore Add ModulePassManager_New. 2006-11-07 22:03:15 +00:00
Makefile