This is an archive of the discontinued LLVM Phabricator instance.

[VE] global variable isel patterns
ClosedPublic

Authored by simoll on Jan 24 2020, 7:53 AM.

Details

Summary

Asm expr fixups, isel patterns and tests for global variables addresses.

Diff Detail

Event Timeline

simoll created this revision.Jan 24 2020, 7:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2020, 7:53 AM

Unit tests: fail. 62171 tests passed, 5 failed and 815 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: fail. clang-tidy found 3 errors and 6 warnings. 0 of them are added as review comments below (why?).

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

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.

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