This is an archive of the discontinued LLVM Phabricator instance.

[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
instruction set ops. These are direct conversions, apart from spv.Tan
that is lowered to sin() / cos().

Diff Detail

Event Timeline

georgemitenkov created this revision.Jul 27 2020, 2:54 AM

Added label check to tests and removed unnecessary %{{.*}} = .

antiagainst accepted this revision.Jul 28 2020, 4:07 PM
This revision is now accepted and ready to land.Jul 28 2020, 4:07 PM