This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Split R600 and SI store lowering
ClosedPublic

Authored by arsenm on Feb 9 2016, 4:49 PM.

Details

Reviewers
tstellarAMD
Summary

These were only sharing some somewhat incorrect
logic for when to scalarize or split vectors.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 47400.Feb 9 2016, 4:49 PM
arsenm retitled this revision from to AMDGPU: Split R600 and SI store lowering.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Feb 10 2016, 6:08 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 10 2016, 6:08 PM
arsenm closed this revision.Feb 10 2016, 9:37 PM

r260490