This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Start adding global_* instructions
ClosedPublic

Authored by arsenm on May 10 2017, 1:35 PM.

Details

Reviewers
tstellar
cfang

Diff Detail

Event Timeline

arsenm created this revision.May 10 2017, 1:35 PM
arsenm added inline comments.May 15 2017, 2:41 AM
lib/Target/AMDGPU/FLATInstructions.td
116

A second reading of the manual suggests we need to define a version with the SADDR bit set which converts vaddr to a 32-bit address and ands an SGPR offset, but this can be done separately

tstellar accepted this revision.Jun 12 2017, 10:00 AM
This revision is now accepted and ready to land.Jun 12 2017, 10:00 AM
cfang accepted this revision.Jun 15 2017, 2:20 PM
arsenm closed this revision.Aug 3 2017, 4:50 PM

r305838