"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f0b24d2dc0dd1ed6a77fd34134005bfaa7bef7dc"
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it...
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it would crash if it encountered a 1 element VSELECT. Solution is slightly more complicated than just creating a SELET as we have to mask or sign extend the vector condition if it had different boolean contents from the scalar condition. Fixes <rdar://problem/11178095> llvm-svn: 153976
Loading
Please register or sign in to comment