"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8e9ca2f8cbc0559515b2b9d0271346efaa3c4848"
[PowerPC] MULHU/MULHS are not legal for vector types
I ran into some test failures where common code changed vector division by constant into a multiply-high operation (MULHU). But these are not implemented by the back-end, so we failed to recognize the insn. Fixed by marking MULHU/MULHS as Expand for vector types. llvm-svn: 214716
Loading
Please register or sign in to comment