diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-06 20:13:21 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-06 20:13:21 +0000 |
commit | 7e7b6700743285c0af506ac6299ddf82ebd434b9 (patch) | |
tree | 578d2ea1868b77f3dff145df7f8f3fe73272c09e /test/Analysis/CostModel/X86/arith.ll | |
parent | 4b570baa7e867c652fa7d690585098278082fae9 (diff) |
Diffstat (limited to 'test/Analysis/CostModel/X86/arith.ll')
-rw-r--r-- | test/Analysis/CostModel/X86/arith.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/CostModel/X86/arith.ll b/test/Analysis/CostModel/X86/arith.ll index 7319efb413d6..b7a615f55cde 100644 --- a/test/Analysis/CostModel/X86/arith.ll +++ b/test/Analysis/CostModel/X86/arith.ll @@ -436,7 +436,7 @@ define i32 @mul(i32 %arg) { %A = mul <2 x i64> undef, undef ; SSSE3: cost of 16 {{.*}} %B = mul ; SSE42: cost of 16 {{.*}} %B = mul - ; AVX: cost of 16 {{.*}} %B = mul + ; AVX: cost of 18 {{.*}} %B = mul ; AVX2: cost of 8 {{.*}} %B = mul ; AVX512F: cost of 8 {{.*}} %B = mul ; AVX512BW: cost of 8 {{.*}} %B = mul @@ -444,7 +444,7 @@ define i32 @mul(i32 %arg) { %B = mul <4 x i64> undef, undef ; SSSE3: cost of 32 {{.*}} %C = mul ; SSE42: cost of 32 {{.*}} %C = mul - ; AVX: cost of 32 {{.*}} %C = mul + ; AVX: cost of 36 {{.*}} %C = mul ; AVX2: cost of 16 {{.*}} %C = mul ; AVX512F: cost of 8 {{.*}} %C = mul ; AVX512BW: cost of 8 {{.*}} %C = mul |