AVX: Fix a bug in getTargetVShiftNode. The shift amount has to be a 128bit...
AVX: Fix a bug in getTargetVShiftNode. The shift amount has to be a 128bit vector with the same element type as the input vector. This is needed because of the patterns we have for the VP[SLL/SRA/SRL][W/D/Q] instructions. llvm-svn: 160222
Loading
Please register or sign in to comment