This is an archive of the discontinued LLVM Phabricator instance.

[mlir]][SPIRV] Define OrderedOp and UnorderedOp and add lowerings from Standard.
ClosedPublic

Authored by mravishankar on Jan 20 2021, 2:47 PM.

Details

Summary

Define OrderedOp and UnorderedOp instructions in SPIR-V and convert
cmpf operations with ord and uno tag to these instructions
respectively.

Depends On D95097

Diff Detail

Event Timeline

mravishankar created this revision.Jan 20 2021, 2:47 PM
mravishankar requested review of this revision.Jan 20 2021, 2:47 PM
antiagainst accepted this revision.Jan 20 2021, 3:03 PM

Thanks for fixing this!

This revision is now accepted and ready to land.Jan 20 2021, 3:03 PM