This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Materialize sign bits with bfrev
ClosedPublic

Authored by arsenm on Mar 7 2016, 7:35 AM.

Details

Reviewers
tstellarAMD
Summary

If a constant is the same as the reverse of an inline immediate,
this is 4 bytes smaller than having to embed a 32-bit literal.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 49961.Mar 7 2016, 7:35 AM
arsenm retitled this revision from to AMDGPU: Materialize sign bits with bfrev.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Mar 10 2016, 8:01 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Mar 10 2016, 8:01 PM
arsenm closed this revision.Mar 10 2016, 11:47 PM

r263201