This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix shouldConvertConstantLoadToIntImm behavior
ClosedPublic

Authored by arsenm on Jul 25 2016, 9:34 AM.

Details

Reviewers
tstellarAMD
Summary

This should really be true for any immediate, not just inline ones.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 65362.Jul 25 2016, 9:34 AM
arsenm retitled this revision from to AMDGPU: Fix shouldConvertConstantLoadToIntImm behavior.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jul 29 2016, 5:15 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 29 2016, 5:15 PM
arsenm closed this revision.Jul 29 2016, 6:50 PM

r277260