Skip to content

Commit 4c2db7c

Browse files
committed
Address review comments
1 parent cd21b30 commit 4c2db7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/X86/fp32_to_uint32-cost-model.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target triple = "x86_64-apple-macosx"
88

99
; If we need to scalarize the fptoui and then use inserts to build up the
1010
; vector again, then there is certainly no value in going 256-bit wide.
11-
; CHECK: fptoui <8 x float>
11+
; CHECK-NOT: fptoui <4 x float>
1212

1313
define void @convert(i32 %N) {
1414
entry:

llvm/test/Transforms/LoopVectorize/X86/fp64_to_uint32-cost-model.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target triple = "x86_64-apple-macosx"
99

1010
; If we need to scalarize the fptoui and then use inserts to build up the
1111
; vector again, then there is certainly no value in going 256-bit wide.
12-
; CHECK: fptoui <4 x double>
12+
; CHECK-NOT: fptoui <2 x double>
1313

1414
define void @convert() {
1515
entry:

0 commit comments

Comments
 (0)