This is an archive of the discontinued LLVM Phabricator instance.

[Alignment][NFC] Migrate TargetLowering::allowsMemoryAccess
ClosedPublic

Authored by gchatelet on Jun 8 2020, 4:48 AM.

Details

Summary

Note to downstream target maintainers: this might silently change the semantics of your code if you override TargetLowering::allowsMemoryAccess without marking it override.

This 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.Jun 8 2020, 4:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2020, 4:48 AM
courbet accepted this revision.Jun 9 2020, 2:03 AM
This revision is now accepted and ready to land.Jun 9 2020, 2:03 AM

The patch caused a regression, I'm working on fixing it
http://lab.llvm.org:8011/builders/sanitizer-windows/builds/64453

This revision was automatically updated to reflect the committed changes.