This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Remove isTriviallyReMaterializable() function from SIInstrInfo
ClosedPublic

Authored by tstellarAMD on Jul 29 2015, 6:58 PM.

Details

Summary

This function is never called. isReallyTriviallyReMaterializable() is
the function that should be implemented instead.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Remove isTriviallyReMaterializable() function from SIInstrInfo.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Jul 29 2015, 8:06 PM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 29 2015, 8:06 PM
This revision was automatically updated to reflect the committed changes.