[X86][SSE] Reordered cast vectorization costs. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 19 Jul 2015 15:36:12 +0000 (15:36 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 19 Jul 2015 15:36:12 +0000 (15:36 +0000)
commit315ee3796339f3f52923b79e114e99ccef9517d4
treefb977b82bd76b8190e8fe4314c35ae4935e77eeb
parent3c6839f477ed13a12eb6986ebf97274b6f3772f5
[X86][SSE] Reordered cast vectorization costs. NFCI.

Reordered the data tables at the top and placed the lookups after. The first stage in the yak shaving necessary to get more accurate costs for a variety of targets given the recent improvements to SINT_TO_FP/UINT_TO_FP/SIGN_EXTEND vector lowering.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242643 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetTransformInfo.cpp