This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4cba8e9e908 [CostModel][X86] Split fma arith costs tests from other fp tests new 58f4dfd1782 [CostModel][X86] Add some specific cpu targets to the cost models
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../CostModel/X86/alternate-shuffle-cost.ll | 114 ++++++------- test/Analysis/CostModel/X86/arith-fp.ll | 2 + test/Analysis/CostModel/X86/arith.ll | 2 + test/Analysis/CostModel/X86/fptosi.ll | 4 + test/Analysis/CostModel/X86/fptoui.ll | 4 + test/Analysis/CostModel/X86/shuffle-broadcast.ll | 4 + test/Analysis/CostModel/X86/shuffle-reverse.ll | 4 + test/Analysis/CostModel/X86/shuffle-single-src.ll | 4 + test/Analysis/CostModel/X86/shuffle-two-src.ll | 4 + test/Analysis/CostModel/X86/sitofp.ll | 5 + test/Analysis/CostModel/X86/trunc.ll | 4 + test/Analysis/CostModel/X86/uitofp.ll | 5 + test/Analysis/CostModel/X86/vshift-ashr-cost.ll | 174 ++++++++++---------- test/Analysis/CostModel/X86/vshift-lshr-cost.ll | 174 ++++++++++---------- test/Analysis/CostModel/X86/vshift-shl-cost.ll | 180 +++++++++++---------- 15 files changed, 371 insertions(+), 313 deletions(-)