[PATCH] D12030: [CostModel][ARM] Increase cost of insert/extract operations

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 04:45:14 PDT 2015


sbaranga created this revision.
sbaranga added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

This change limits the minimum cost of an insert/extract
element operation to 2 in cases where this would result
in mixing of NEON and VFP code.

http://reviews.llvm.org/D12030

Files:
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  test/Analysis/CostModel/ARM/cast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12030.32148.patch
Type: text/x-patch
Size: 48580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150814/2ad36f86/attachment.bin>


More information about the llvm-commits mailing list