This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Handle multiple base operands in areMemAccessesTriviallyDisjoint
ClosedPublic

Authored by foad on Jan 27 2020, 3:01 AM.

Details

Summary

This is in preparation for getMemOperandsWithOffset returning more base
operands.

Depends on D73455.

Diff Detail

Event Timeline

foad created this revision.Jan 27 2020, 3:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2020, 3:01 AM

Unit tests: pass. 62207 tests passed, 0 failed and 815 were skipped.

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.

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