This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Lower fp16 fminnum, fmaxnum to native on sm_80.
ClosedPublic

Authored by csigg on Jan 12 2022, 8:10 AM.

Diff Detail

Event Timeline

csigg created this revision.Jan 12 2022, 8:10 AM
csigg requested review of this revision.Jan 12 2022, 8:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2022, 8:10 AM
tra accepted this revision.Jan 12 2022, 9:44 AM
tra added a reviewer: tra.
tra added a subscriber: tra.
tra added inline comments.
llvm/test/CodeGen/NVPTX/math-intrins.ll
202–203

Nit: I'd use a CHECK-COMMON label for this purpose and adjust RUN lines to check a combination of common and specific labels.

This revision is now accepted and ready to land.Jan 12 2022, 9:44 AM
csigg updated this revision to Diff 399405.Jan 12 2022, 11:53 AM

Change CHECK statements.

csigg marked an inline comment as done.Jan 12 2022, 11:53 AM
bkramer accepted this revision.Jan 12 2022, 12:28 PM
This revision was landed with ongoing or failed builds.Jan 12 2022, 11:52 PM
This revision was automatically updated to reflect the committed changes.