Optimized integer vector multiplication operation by replacing it with...
Optimized integer vector multiplication operation by replacing it with shift/xor/sub when it is possible. Fixed a bug in SDIV, where the const operand is not a splat constant vector. llvm-svn: 184931
Loading
Please register or sign in to comment