This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Update bleeding-edge CPU features
ClosedPublic

Authored by aheejin on Jan 23 2020, 7:39 PM.

Details

Summary

This adds bulk memory and tail call to "bleeding-edge" CPU, since their
implementation in LLVM/clang seems mostly complete.

Diff Detail

Event Timeline

aheejin created this revision.Jan 23 2020, 7:39 PM

I think their implemention is mostly complete, but please let me know if not.

Unit tests: fail. 62150 tests passed, 5 failed and 811 were skipped.

failed: libc++.std/language_support/cmp/cmp_partialord/partialord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongeq/cmp.strongeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongord/strongord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakeq/cmp.weakeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakord/weakord.pass.cpp

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

aheejin updated this revision to Diff 240132.Jan 24 2020, 2:27 AM

rebase + test fix

Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2020, 2:27 AM

Unit tests: fail. 62155 tests passed, 6 failed and 811 were skipped.

failed: libc++.std/language_support/cmp/cmp_partialord/partialord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongeq/cmp.strongeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongord/strongord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakeq/cmp.weakeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakord/weakord.pass.cpp
failed: libc++.std/thread/thread_mutex/thread_mutex_requirements/thread_sharedtimedmutex_requirements/thread_sharedtimedmutex_class/try_lock.pass.cpp

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

tlively accepted this revision.Jan 24 2020, 9:52 AM

Sounds good to me!

This revision is now accepted and ready to land.Jan 24 2020, 9:52 AM
This revision was automatically updated to reflect the committed changes.