"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "88078594fc05e0bbfb67fb7c19a45761739c3c94"
[Vectorizer] Add vectorization support for fixed smul/umul intrinsics
This requires a couple of tweaks to existing vectorization functions as they were assuming that only the second call argument (ctlz/cttz/powi) could ever be the 'always scalar' argument, but for smul.fix + umul.fix its the third argument. Differential Revision: https://reviews.llvm.org/D58616 llvm-svn: 354790
Loading
Please register or sign in to comment