This is an archive of the discontinued LLVM Phabricator instance.

[SPIRV] support __spirv_Load/Store builtin functions
ClosedPublic

Authored by iliya-diyachkov on Dec 21 2022, 11:42 AM.

Details

Summary

The patch adds support for the builtin functions __spirv_Load/__spirv_Store. One LIT test is added to demonstrate the improvement (spirv-load-store.ll).

Diff Detail

Event Timeline

iliya-diyachkov requested review of this revision.Dec 21 2022, 11:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2022, 11:42 AM
iliya-diyachkov edited the summary of this revision. (Show Details)Dec 21 2022, 11:43 AM
mpaszkowski accepted this revision.Dec 22 2022, 6:10 AM

Thank you for the patch @iliya-diyachkov! The runtime testing results are now available. LGTM!

This revision is now accepted and ready to land.Dec 22 2022, 6:10 AM