X86 cost model: Add cost for vectorized gather/scather
authorArnold Schwaighofer <aschwaighofer@apple.com>
Fri, 12 Jul 2013 19:16:07 +0000 (19:16 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Fri, 12 Jul 2013 19:16:07 +0000 (19:16 +0000)
commit7251a75f6ee9ce38263be6580a235187475458ed
tree1d03dbeaf96d78842d28a8cae7111b0cb11cf7fd
parent4a1c764264a8908aa041acf12f68cd8bcc2037b1
X86 cost model: Add cost for vectorized gather/scather

radar://14351991

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186189 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetTransformInfo.cpp
test/Transforms/LoopVectorize/X86/gather-cost.ll [new file with mode: 0644]