This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Recognize x & ~(-1 << y) pattern.
ClosedPublic

Authored by lebedev.ri on Jun 11 2018, 4:51 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

lebedev.ri created this revision.Jun 11 2018, 4:51 AM
arsenm accepted this revision.Jun 11 2018, 7:48 AM

LGTM

This revision is now accepted and ready to land.Jun 11 2018, 7:48 AM

LGTM

Thank you for the review!

This revision was automatically updated to reflect the committed changes.