"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1c4627c2824c9084acc237577fdd108e72ec38ff"
[X86] Change the behavior of canWidenShuffleElements used by...
[X86] Change the behavior of canWidenShuffleElements used by lowerV2X128Shuffle to match the behavior in lowerVectorShuffle with regards to zeroable elements. Previously we marked zeroable elements in a way that prevented the widening check from recognizing that it could widen. Now we only mark them zeroable if V2 is an all zeros vector. This matches what we do for widening elements in lowerVectorShuffle. Fixes PR43866.
Loading
Please register or sign in to comment