Skip to content

Commit

Permalink
[VecLib] Update test case to match new vectorizer behaviour
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bryanpkc committed Oct 18, 2023
1 parent adbff3a commit 4fff628
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions clang/test/CodeGen/libpgmath-logfun-aarch64.ll
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ L.entry:
ret void

; CHECK-NOT: __pd_log_4
; CHECK: __pd_log_1
; CHECK: __pd_log_1
; CHECK: __pd_log_1
; CHECK: __pd_log_1
; CHECK: __pd_log_2
; CHECK: __pd_log_2
}

; Function Attrs: nounwind readnone willreturn
Expand Down

0 comments on commit 4fff628

Please sign in to comment.