This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Move subtarget specific code out of AMDGPUInstrInfo.cpp
ClosedPublic

Authored by tstellarAMD on Jan 26 2016, 3:34 PM.

Details

Summary

Also delete all the stub functions that are identical to the
implementations in TargetInstrInfo.cpp.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU: Move subtarget specific code out of AMDGPUInstrInfo.cpp.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.

Move a few more functions that I missed in the first revision.

arsenm accepted this revision.Jan 26 2016, 3:38 PM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 26 2016, 3:38 PM
This revision was automatically updated to reflect the committed changes.