[lit] Factor out separate methods for parallel and serial execution
[llvm-complete.git] / test / Analysis / CostModel / SystemZ / numvectorregs.ll
blob35b58e33704a4908fbb0c0066549f6e3226b7b17
1 ; RUN: opt < %s -cost-model -analyze -mtriple=systemz-unknown -mcpu=z13 | FileCheck %s
3 ; Test that the cost for the number of vector registers is returned for a
4 ; non-power-of-two vector type.
5 define <6 x double> @fun0(<6 x double> %lhs, <6 x double> %rhs) {
6   %a = fadd <6 x double> %lhs, %rhs
7   ret <6 x double> %a
8 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'fun0':
9 ; CHECK: Cost Model: Found an estimated cost of 3 for instruction:   %a = fadd <6 x double>