Adds support for 3 ternary ops from SPIR-V extended instructions for
GLSL. Namely, adds support for FClamp, UClamp, and SClamp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92859
[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
Diff Detail
Event Timelineergawy 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 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 Closed by commit rG076f87a86741: [MLIR][SPIRV] Add support for GLSL F/U/SClamp. (authored by ergawy, committed by antiagainst). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 311446 mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
mlir/include/mlir/Dialect/SPIRV/SPIRVGLSLOps.td
mlir/test/Dialect/SPIRV/Serialization/glsl-ops.mlir
mlir/test/Dialect/SPIRV/glslops.mlir
|