llvm-6502/lib
Richard Sandiford 23331c30ae Fix big-endian handling of integer-to-vector bitcasts in InstCombine
These functions used to assume that the lsb of an integer corresponds
to vector element 0, whereas for big-endian it's the other way around:
the msb is in the first element and the lsb is in the last element.

Fixes MultiSource/Benchmarks/mediabench/gsm/toast for z.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188155 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-12 07:26:09 +00:00
..
Analysis Teach ValueTracking about address spaces 2013-08-10 17:34:08 +00:00
AsmParser
Bitcode
CodeGen
DebugInfo
ExecutionEngine
IR
IRReader
Linker
MC
Object
Option
Support Check for $PWD in llvm::sys::current_path. 2013-08-10 00:50:57 +00:00
TableGen
Target Don't generate floating point stubs for mips16 code if the function 2013-08-11 21:30:27 +00:00
Transforms Fix big-endian handling of integer-to-vector bitcasts in InstCombine 2013-08-12 07:26:09 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile