OSDN Git Service

[LV][X86] update the cost of interleaving mem. access of floats
authorMohammed Agabaria <mohammed.agabaria@intel.com>
Mon, 6 Nov 2017 10:56:20 +0000 (10:56 +0000)
committerMohammed Agabaria <mohammed.agabaria@intel.com>
Mon, 6 Nov 2017 10:56:20 +0000 (10:56 +0000)
commit84066df4d901cc3985f88d55b74a9157a38bdeb0
treeabbd5bdee43ff73e9feb7c9adff5e08d92ec3e22
parent194c54be450a061d3c5791c63c9466be813c2ad4
[LV][X86] update the cost of interleaving mem. access of floats

Recommit:
This patch contains update of the costs of interleaved loads of v8f32 of stride 3 and 8.
fixed the location of the lit test it works with make check-all.

Differential Revision: https://reviews.llvm.org/D39403

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317471 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetTransformInfo.cpp
test/Analysis/CostModel/X86/interleaved-load-float.ll [new file with mode: 0644]