"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a8f93746616842bde65693309937736cb49aef33"
[X86] Use ANY_EXTEND instead of SIGN_EXTEND in the AVX2 and later path for...
[X86] Use ANY_EXTEND instead of SIGN_EXTEND in the AVX2 and later path for legalizing vXi8 multiply. We aren't going to use the upper bits of the multiply result that the extend would effect. So we don't need a specific type of extend. This makes some reduction test cases shorter because we were previously trying to sign_extend a truncate which we can't eliminate. llvm-svn: 347011
Loading
Please register or sign in to comment