"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "081148986a60a761ac7528a9a132cab2ec70273b"
AArch64: fix LowerCONCAT_VECTORS for new CodeGen.
The function was making too many assumptions about its input: 1. The NEON_VDUP optimisation was far too aggressive, assuming (I think) that the input would always be BUILD_VECTOR. 2. We were treating most unknown concats as legal (by returning Op rather than SDValue()). I think only concats of pairs of vectors are actually legal. http://llvm.org/PR19094 llvm-svn: 203450
Loading
Please register or sign in to comment