| commit | feb34713d531d1f48c37116e8cab84814202d057 | [log] [tgz] |
|---|---|---|
| author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | Mon Aug 12 07:26:09 2013 +0000 |
| committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | Mon Aug 12 07:26:09 2013 +0000 |
| tree | c29b56f6f9691571c5115cc21b2d6b724714ad91 | |
| parent | f1ffe8abbf5a90cb7e9f4280d24d4fd8f0dca44a [diff] |
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. llvm-svn: 188155