]> granicus.if.org Git - llvm/commit
[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)
commit07f30f869b9d2f2be2dffe0bf35742d342b53f96
treebeda8ab99052efb6753ce0a69b7d75d44c9e92db
parent5336ac56aaae56aec20de0fd8bde99028649f88d
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367736 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp