]> granicus.if.org Git - llvm/commit
[LV][X86] update the cost of interleaving mem. access of floats
authorMohammed Agabaria <mohammed.agabaria@intel.com>
Sun, 5 Nov 2017 09:06:23 +0000 (09:06 +0000)
committerMohammed Agabaria <mohammed.agabaria@intel.com>
Sun, 5 Nov 2017 09:06:23 +0000 (09:06 +0000)
commit1511d2e7fefa863990e88831af58ea8ed78dd596
treec39dceaa4b43c00a8ba2db8816b96627d3d16209
parentd3469412e0c2e079fede5a837b2775bd85d405c3
[LV][X86] update the cost of interleaving mem. access of floats

This patch contains update of the costs of interleaved loads of v8f32 of stride 3 and 8.

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

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