This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Set HasExtractBitInsn
ClosedPublic

Authored by arsenm on Feb 26 2016, 5:11 PM.

Details

Reviewers
tstellarAMD
Summary

This currently does not have the control over the bitwidth,
and there are missing optimizations to reduce the integer to
32-bit if it can be.

But in most situations we do want the sinking to occur.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 49270.Feb 26 2016, 5:11 PM
arsenm retitled this revision from to AMDGPU: Set HasExtractBitInsn.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Feb 29 2016, 6:25 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 29 2016, 6:25 AM
arsenm closed this revision.Feb 29 2016, 9:03 PM

r262296