This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Select G_CTLZ_ZERO_UNDEF
ClosedPublic

Authored by arsenm on Feb 7 2020, 10:12 AM.

Details

Reviewers
nhaehnle
kerbowa
Summary

Directly select this rather than going through the intermediate
instruction, which may provide some combine value in the future.

Diff Detail

Event Timeline

arsenm created this revision.Feb 7 2020, 10:12 AM
kerbowa accepted this revision.Feb 12 2020, 3:17 PM

LGTM

This revision is now accepted and ready to land.Feb 12 2020, 3:17 PM