This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Convert call to spv.FunctionCall
ClosedPublic

Authored by xndcn on Mar 23 2022, 8:33 PM.

Diff Detail

Event Timeline

xndcn created this revision.Mar 23 2022, 8:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 8:33 PM
xndcn requested review of this revision.Mar 23 2022, 8:33 PM
antiagainst requested changes to this revision.Mar 24 2022, 9:48 AM

Thanks! Just one comment about an additional test case.

mlir/test/Conversion/FuncToSPIRV/func-ops-to-spirv.mlir
40

Also add a test for calling function without return values?

This revision now requires changes to proceed.Mar 24 2022, 9:48 AM
xndcn updated this revision to Diff 418109.Mar 24 2022, 7:24 PM
xndcn marked an inline comment as done.
xndcn added inline comments.
mlir/test/Conversion/FuncToSPIRV/func-ops-to-spirv.mlir
40

Thanks, updated calling @return_none_val

xndcn marked an inline comment as done.Mar 24 2022, 7:26 PM
antiagainst accepted this revision.Mar 25 2022, 6:01 AM
This revision is now accepted and ready to land.Mar 25 2022, 6:01 AM
This revision was automatically updated to reflect the committed changes.