This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Sign extend constants when splitting them
ClosedPublic

Authored by arsenm on Sep 6 2016, 9:29 AM.

Details

Reviewers
tstellarAMD
Summary

This will confuse later passes which try to look at the immediate value and don't truncate first.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 70414.Sep 6 2016, 9:29 AM
arsenm retitled this revision from to AMDGPU: Sign extend constants when splitting them.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added subscribers: llvm-commits, Restricted Project.
tstellarAMD accepted this revision.Sep 6 2016, 12:57 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 6 2016, 12:57 PM
arsenm closed this revision.Sep 8 2016, 10:53 AM

r280974