"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1b439659a8407f469dd932814df15244dee254d2"
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
Loading
Please register or sign in to comment