"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "061d2baa572d4caf4aaa4c9f67c834c7154c7c2a"
[X86] Correct the conversion of VALIGND/Q intrinsics to shufflevector.
We need to mask the immediate to the width of a single vector rather than 2 vectors. If we use the width of 2 vectors then any shift larger than the length of 1 vector is going to overflow the shuffle indices. Fixes PR50895.
Loading
Please register or sign in to comment