This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRV] Add support for GLSL F/U/SClamp.
ClosedPublic

Authored by ergawy on Dec 8 2020, 9:20 AM.

Details

Summary

Adds support for 3 ternary ops from SPIR-V extended instructions for
GLSL. Namely, adds support for FClamp, UClamp, and SClamp.

Diff Detail

Event Timeline

ergawy created this revision.Dec 8 2020, 9:20 AM
ergawy requested review of this revision.Dec 8 2020, 9:20 AM
ergawy retitled this revision from [MLIR][SPIRV] Add support for F/U/SClamp. to [MLIR][SPIRV] Add support for GLSL F/U/SClamp..Dec 8 2020, 9:26 AM
antiagainst accepted this revision.Dec 13 2020, 6:54 AM
This revision is now accepted and ready to land.Dec 13 2020, 6:54 AM
This revision was landed with ongoing or failed builds.Dec 13 2020, 7:01 AM
This revision was automatically updated to reflect the committed changes.