Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
libcxx/include/
-
include/
-
__config
Hide Panel
f
Keyboard Reference
?
Differential
D155512
[libc++][PSTL] Add vectorization annotations when clang is used
Closed
Public
Authored by
philnik
on Jul 17 2023, 1:14 PM.
Download Raw Diff
Details
Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG15941dd6296c: [libc++][PSTL] Add vectorization annotations when clang is used
Diff Detail
Repository
rG LLVM Github Monorepo
Unit Tests
Failed
Time
Test
450 ms
libcxx CI - Apple back-deployment macosx11.0 arm64 > apple-libc++-backdeployment-cfg-in.libcxx/strings/basic_string/string_capacity::PR53170.pass.cpp
1,110 ms
libcxx CI - Apple back-deployment macosx11.0 arm64 > apple-libc++-backdeployment-cfg-in.std/input_output/filesystems/class_directory_entry/directory_entry_mods::refresh.pass.cpp
1,060 ms
libcxx CI - Apple back-deployment macosx11.0 arm64 > apple-libc++-backdeployment-cfg-in.std/input_output/filesystems/class_directory_entry/directory_entry_obs::file_size.pass.cpp
1,130 ms
libcxx CI - Apple back-deployment macosx11.0 arm64 > apple-libc++-backdeployment-cfg-in.std/input_output/filesystems/class_directory_entry/directory_entry_obs::hard_link_count.pass.cpp
1,010 ms
libcxx CI - Apple back-deployment macosx11.0 arm64 > apple-libc++-backdeployment-cfg-in.std/input_output/filesystems/class_directory_entry/directory_entry_obs::last_write_time.pass.cpp
View Full Test Results (96 Failed)
Event Timeline
philnik
created this revision.
Jul 17 2023, 1:14 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Jul 17 2023, 1:14 PM
philnik
requested review of this revision.
Jul 17 2023, 1:14 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Jul 17 2023, 1:14 PM
Herald
added a reviewer:
Restricted Project
.
·
View Herald Transcript
Herald
added subscribers:
libcxx-commits
,
wangpc
.
·
View Herald Transcript
ldionne
accepted this revision.
Jul 17 2023, 1:47 PM
This revision is now accepted and ready to land.
Jul 17 2023, 1:47 PM
Harbormaster
completed remote builds in
B245982: Diff 541205
.
Jul 17 2023, 6:26 PM
philnik
updated this revision to
Diff 545227
.
Jul 28 2023, 11:03 AM
Comment Actions
Try to fix CI
Harbormaster
completed remote builds in
B248894: Diff 545227
.
Jul 28 2023, 3:55 PM
philnik
added a comment.
Jul 31 2023, 6:51 PM
Comment Actions
The CI failures look unrelated, so I'm landing this.
This revision was landed with ongoing or failed builds.
Jul 31 2023, 6:52 PM
Closed by commit
rG15941dd6296c: [libc++][PSTL] Add vectorization annotations when clang is used
(authored by
philnik
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
philnik
added a commit:
rG15941dd6296c: [libc++][PSTL] Add vectorization annotations when clang is used
.