"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "22db4f9b7cc14607802c07d0e823fcceb21f017e"
SLPVectorizer: compare entire intrinsic for SLP compatibility.
Some Intrinsics are overloaded to the extent that return type equality (all that's been checked up to now) does not guarantee that the arguments are the same. In these cases SLP vectorizer should not recurse into the operands, which can be achieved by comparing them as "Function *" rather than simply the ID. llvm-svn: 205424
Loading
Please register or sign in to comment