[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes...
[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the code emitter to throw an assertion if we try to encode it. Need to add a check to fail isel for this, but for now avoid testing it. llvm-svn: 251779
Loading
Please sign in to comment