llvm-6502/lib
Eric Christopher 893a882d09 If both operands are loads from stores in memory we can't use movlpd/movlps
since one needs to be a register operand. Just use movss instead of forcing
an operand into a register.

Fixes PR9239


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126072 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-20 05:04:42 +00:00
..
Analysis Stores of null pointers should turn into memset, we weren't recognizing 2011-02-19 19:35:49 +00:00
Archive
AsmParser convert ConstantVector::get to use ArrayRef. 2011-02-15 00:14:00 +00:00
Bitcode Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
CodeGen Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug info reduced by almost 7%. 2011-02-19 01:31:27 +00:00
CompilerDriver
ExecutionEngine Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
Linker
MC Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
Object
Support Provide tag strings for llvm specific tags. 2011-02-18 23:06:29 +00:00
Target If both operands are loads from stores in memory we can't use movlpd/movlps 2011-02-20 05:04:42 +00:00
Transforms PR9218: SimplifyDemandedVectorElts can return a non-null value that is not 2011-02-19 22:42:40 +00:00
VMCore These tags are now covered by dwarf::TagString(). 2011-02-18 23:13:40 +00:00
CMakeLists.txt Move library stuff out of the toplevel CMakeLists.txt file. 2011-02-18 22:06:14 +00:00
Makefile