This is an archive of the discontinued LLVM Phabricator instance.

[ANDGPU] getMemOperandsWithOffset: support BUF non-stack-access instructions with resource but no vaddr
ClosedPublic

Authored by foad on Feb 3 2020, 2:01 AM.

Details

Summary

This enables clustering for many more BUF instructions.

Depends on D73867.

Diff Detail

Event Timeline

foad created this revision.Feb 3 2020, 2:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2020, 2:01 AM

Unit tests: fail. 62405 tests passed, 1 failed and 839 were skipped.

failed: libc++.std/thread/thread_mutex/thread_mutex_requirements/thread_sharedtimedmutex_requirements/thread_sharedtimedmutex_class/try_lock.pass.cpp

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.

rampitec accepted this revision.Feb 3 2020, 9:19 AM

LGTM

This revision is now accepted and ready to land.Feb 3 2020, 9:19 AM
This revision was automatically updated to reflect the committed changes.