This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] NFC. Refactor GISel for cmp intrinsics
ClosedPublic

Authored by Joe_Nash on Apr 19 2023, 8:20 AM.

Details

Summary

Combine the logic for fcmp and icmp intrinsics and use operand presence
instead.

Diff Detail

Event Timeline

Joe_Nash created this revision.Apr 19 2023, 8:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2023, 8:20 AM
Joe_Nash requested review of this revision.Apr 19 2023, 8:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2023, 8:20 AM
foad accepted this revision.Apr 19 2023, 8:22 AM

Looks fine to me.

This revision is now accepted and ready to land.Apr 19 2023, 8:22 AM
kosarev accepted this revision.Apr 19 2023, 8:29 AM

Thanks.

This revision was landed with ongoing or failed builds.Apr 19 2023, 8:34 AM
This revision was automatically updated to reflect the committed changes.