This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add volatile to test loads and stores
ClosedPublic

Authored by arsenm on Mar 30 2016, 2:26 AM.

Details

Reviewers
tstellarAMD
Summary

When the memory vectorizer is enabled, these tests break.
These tests don't really care about the memory instructions,
and it's easier to write check lines with the unmerged loads.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 52030.Mar 30 2016, 2:26 AM
arsenm retitled this revision from to AMDGPU: Add volatile to test loads and stores.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Apr 1 2016, 1:38 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 1 2016, 1:38 PM
arsenm closed this revision.Apr 12 2016, 6:43 AM

r266071