This is an archive of the discontinued LLVM Phabricator instance.

[Alignment][NFC] Use Align with CreateElementUnorderedAtomicMemCpy
ClosedPublic

Authored by gchatelet on Jan 20 2020, 5:48 AM.

Details

Summary

This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Diff Detail

Event Timeline

gchatelet created this revision.Jan 20 2020, 5:48 AM
gchatelet updated this revision to Diff 239100.Jan 20 2020, 5:53 AM
  • remove wrongly added file

Unit tests: pass. 62017 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

gchatelet updated this revision to Diff 239109.Jan 20 2020, 6:15 AM
  • Adding back unrelated file to please the Merge bot

Unit tests: pass. 62017 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

courbet accepted this revision.Jan 20 2020, 6:30 AM
This revision is now accepted and ready to land.Jan 20 2020, 6:30 AM
gchatelet updated this revision to Diff 239113.Jan 20 2020, 6:37 AM
  • Fixing clang-format
This revision was automatically updated to reflect the committed changes.