This is an archive of the discontinued LLVM Phabricator instance.

[VE] i64 arguments, return values and constants
ClosedPublic

Authored by simoll on Jan 15 2020, 9:03 AM.

Details

Summary

Support for i64 arguments (in register), return values and constants along with tests.

Diff Detail

Event Timeline

simoll created this revision.Jan 15 2020, 9:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2020, 9:03 AM
arsenm accepted this revision.Jan 15 2020, 9:12 AM
This revision is now accepted and ready to land.Jan 15 2020, 9:12 AM

Unit tests: pass. 61895 tests passed, 0 failed and 783 were skipped.

clang-tidy: unknown.

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-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

simoll updated this revision to Diff 238428.Jan 16 2020, 12:50 AM
  • Rebased

Thanks for reviewing!

Unit tests: pass. 61909 tests passed, 0 failed and 783 were skipped.

clang-tidy: unknown.

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-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

This revision was automatically updated to reflect the committed changes.