This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix lowering of AMDGPU::G_CTTZ_ZERO_UNDEF to AMDGPU::G_AMDGPU_FFBL_B32
ClosedPublic

Authored by RKSimon on Aug 17 2021, 8:28 AM.

Details

Summary

As mentioned on D107474, there was a copy+paste typo repeating G_CTLZ_ZERO_UNDEF that coverity reported as dead code.

Diff Detail

Event Timeline

RKSimon created this revision.Aug 17 2021, 8:28 AM
RKSimon requested review of this revision.Aug 17 2021, 8:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2021, 8:28 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Aug 17 2021, 9:51 AM
This revision is now accepted and ready to land.Aug 17 2021, 9:51 AM
This revision was landed with ongoing or failed builds.Aug 17 2021, 10:10 AM
This revision was automatically updated to reflect the committed changes.