This is the first patch that adds support for GLSL extended
instruction set ops. These are direct conversions, apart from spv.Tan
that is lowered to sin() / cos().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84627
[MLIR][SPIRVToLLVM] Conversion patterns for GLSL ops ClosedPublic Authored by georgemitenkov on Jul 27 2020, 2:54 AM.
Details Summary This is the first patch that adds support for GLSL extended
Diff Detail
Event Timelinegeorgemitenkov added a child revision: D84633: [MLIR][SPIRVToLLVM] Conversion for inverse sqrt and tanh.Jul 27 2020, 3:53 AM This revision is now accepted and ready to land.Jul 28 2020, 4:07 PM Closed by commit rG647e9a54c758: [MLIR][SPIRVToLLVM] Conversion patterns for GLSL ops (authored by georgemitenkov). · Explain WhyJul 30 2020, 12:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 280833 mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
mlir/test/Conversion/SPIRVToLLVM/glsl-ops-to-llvm.mlir
|