Skip to content

Commit 1b6fff9

Browse files
committed
[VecLib] Update test case to match new vectorizer behaviour
The IR in clang/test/CodeGen/libpgmath-logfun-aarch64.ll can now be vectorized by a factor of two. The IR still does not call the unsupported libpgmath functions, as per the intention of the test.
1 parent 6cec149 commit 1b6fff9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang/test/CodeGen/libpgmath-logfun-aarch64.ll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ L.entry:
4545
ret void
4646

4747
; CHECK-NOT: __pd_log_4
48-
; CHECK: __pd_log_1
49-
; CHECK: __pd_log_1
50-
; CHECK: __pd_log_1
51-
; CHECK: __pd_log_1
48+
; CHECK: __pd_log_2
49+
; CHECK: __pd_log_2
5250
}
5351

5452
; Function Attrs: nounwind readnone willreturn

0 commit comments

Comments
 (0)