This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add prototype relaxed float min max instructions
ClosedPublic

Authored by ngzhian on Oct 20 2021, 9:00 AM.

Details

Summary

Add relaxed. f32x4.min, f32x4.max, f64x2.min, f64x2.max. These are only
exposed as builtins, and require user opt-in.

Diff Detail

Event Timeline

ngzhian created this revision.Oct 20 2021, 9:00 AM
ngzhian requested review of this revision.Oct 20 2021, 9:00 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 20 2021, 9:00 AM
tlively accepted this revision.Oct 20 2021, 9:32 AM

LGTM!

This revision is now accepted and ready to land.Oct 20 2021, 9:32 AM
This revision was landed with ongoing or failed builds.Oct 20 2021, 9:42 AM
This revision was automatically updated to reflect the committed changes.