This is an archive of the discontinued LLVM Phabricator instance.

R600/SI: Implement getLdStBaseRegImmOfs for LDS
ClosedPublic

Authored by arsenm on Jul 26 2014, 3:29 PM.

Details

Reviewers
arsenm
Summary

Theoretically this should help with load / store clustering, but so far I haven't managed to get it to do anything. This will also be used to help with using read2 / write2 instructions

Diff Detail

Event Timeline

arsenm updated this revision to Diff 11919.Jul 26 2014, 3:29 PM
arsenm retitled this revision from to R600/SI: Implement getLdStBaseRegImmOfs for LDS .
arsenm updated this object.
arsenm edited the test plan for this revision. (Show Details)
arsenm added a subscriber: Unknown Object (MLST).
arsenm updated this revision to Diff 11965.Jul 28 2014, 4:58 PM

Use getNamedOperandIdx, implement for other address spaces

arsenm accepted this revision.Jul 29 2014, 2:43 PM
arsenm added a reviewer: arsenm.

r214225 with getNamedOperand()

This revision is now accepted and ready to land.Jul 29 2014, 2:43 PM
arsenm closed this revision.Jul 29 2014, 2:44 PM