OSDN Git Service

[CostModel][X86] Added missing AVX2 arithmetic costs.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 7 Jan 2017 17:27:39 +0000 (17:27 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 7 Jan 2017 17:27:39 +0000 (17:27 +0000)
commit5988cea66b8135520ce6faeecf1f36f74e06696d
treede04c4b6655b972431efe1c22f59f763d8939eea
parent9724d35716802bd6d533ff366cf23551a6fe76ce
[CostModel][X86] Added missing AVX2 arithmetic costs.

Allows us to correctly fall through to the lower AVX1 costs if look up failed.

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