"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "c26a352f239ee71a77f3ae09a4c738eee164d738"
Fix a bug in SelectScalarSSELoad. Since the load is wrapped in a
SCALAR_TO_VECTOR, even if the hasOneUse() check pass we may end up folding the load into two instructions. Make sure we check the SCALAR_TO_VECTOR has only one use as well. llvm-svn: 31641
Loading
Please register or sign in to comment