This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRVToLLVM] Added module name conversion
ClosedPublic

Authored by georgemitenkov on Nov 5 2020, 10:55 PM.

Details

Summary

Since SPIR-V module has an optional name, this patch
makes a change to pass it to ModuleOp during conversion.

Diff Detail

Event Timeline

georgemitenkov created this revision.Nov 5 2020, 10:55 PM
georgemitenkov requested review of this revision.Nov 5 2020, 10:55 PM
ftynse accepted this revision.Nov 6 2020, 6:26 AM
This revision is now accepted and ready to land.Nov 6 2020, 6:26 AM
This revision was automatically updated to reflect the committed changes.