This is an archive of the discontinued LLVM Phabricator instance.

[VE] Add maxnum and minnum
ClosedPublic

Authored by kaz7 on Sep 17 2022, 4:33 AM.

Details

Summary

Add maxnum and minnum for float and double. Lowering is already
implemented, so this patch changes them legal and adds regression
tests.

Diff Detail

Event Timeline

kaz7 created this revision.Sep 17 2022, 4:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2022, 4:33 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
kaz7 requested review of this revision.Sep 17 2022, 4:33 AM
efocht accepted this revision.Sep 21 2022, 1:15 AM

LGTM

This revision is now accepted and ready to land.Sep 21 2022, 1:15 AM
This revision was automatically updated to reflect the committed changes.