OSDN Git Service

ARM cost model: Cost for scalar integer casts and floating point conversions
authorArnold Schwaighofer <aschwaighofer@apple.com>
Tue, 5 Feb 2013 14:05:55 +0000 (14:05 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Tue, 5 Feb 2013 14:05:55 +0000 (14:05 +0000)
commite2d5590c33f1b5203c0104c1c82bf8e0f28b828e
treedc93a259dba59feeac836d5da01ef41910bb64ae
parentdfe076af9879eb68a7b8331f9c02eecf563d85be
ARM cost model: Cost for scalar integer casts and floating point conversions

Also adds some costs for vector integer float conversions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174371 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMTargetTransformInfo.cpp
test/Analysis/CostModel/ARM/cast.ll [new file with mode: 0644]