This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Add `llvm.intr.is.fpclass`
ClosedPublic

Authored by Mogball on Oct 14 2022, 9:32 AM.

Details

Summary

This intrinsic allows testing for inf, nan, etc. on floating point
values.

Diff Detail

Event Timeline

Mogball created this revision.Oct 14 2022, 9:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
Mogball requested review of this revision.Oct 14 2022, 9:32 AM
Mogball updated this revision to Diff 467805.Oct 14 2022, 9:35 AM

review comment

rriddle accepted this revision.Oct 14 2022, 11:36 AM

Test?

This revision is now accepted and ready to land.Oct 14 2022, 11:36 AM
This revision was landed with ongoing or failed builds.Oct 14 2022, 4:23 PM
This revision was automatically updated to reflect the committed changes.