"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f637e2cb2344415b12ad943d29b0fd78abde2b42"
The DAGCombiner was threading select over pairs of extending loads even
if the extension types were not the same. The result was that if you fed a select with sext and zext loads, as in the testcase, then it would get turned into a zext (or sext) of the select, which is wrong in the cases when it should have been an sext (resp. zext). Reported and diagnosed by Sebastien Deldon. llvm-svn: 119728
Loading
Please register or sign in to comment