[X86] Use the pointer VT for the Scale node when lowering x86 gather/scatter intrinsics.
authorCraig Topper <craig.topper@intel.com>
Fri, 2 Aug 2019 23:18:16 +0000 (23:18 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 2 Aug 2019 23:18:16 +0000 (23:18 +0000)
commit45ea25289d03e55cdcd790df494703103e16f8f7
tree560044d0da8a8388f5c5592a2113c9061afb0117
parent37d24a696bf74f4830f2582d2f36256ca1b6bb30
[X86] Use the pointer VT for the Scale node when lowering x86 gather/scatter intrinsics.

This is consistent with the target independent intrinsic handling.

Not sure this really matters since we just pull the constant out
using getZExtValue later.

llvm-svn: 367736
llvm/lib/Target/X86/X86ISelLowering.cpp