This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f425e9c794 [IndVars] Smart hard uses detection new b7d7362e652 [SystemZ::TTI] Accurate costs for i1->double vector conversions new e46f5df5597 [SystemZ::TTI] Recognize the higher cost of scalar i1 -> f [...]
The 2 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: lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 47 ++++++++++++++-------- lib/Target/SystemZ/SystemZTargetTransformInfo.h | 2 + test/Analysis/CostModel/SystemZ/cmp-tofp-scalar.ll | 23 +++++++++++ test/Analysis/CostModel/SystemZ/cmp-tofp.ll | 43 ++++++++++++++++++++ 4 files changed, 99 insertions(+), 16 deletions(-) create mode 100644 test/Analysis/CostModel/SystemZ/cmp-tofp-scalar.ll create mode 100644 test/Analysis/CostModel/SystemZ/cmp-tofp.ll