Skip to content
Snippets Groups Projects
Unverified Commit 7c5b17d3 authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

Update passes to handle function declarations (#4599)

Spirv-opt has not had to handle module with function declarations.  This
lead many passes to assume that every function has a body.  This is not
always true.  This commit will modify a number of passes to handle
function declarations.

Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/4443
parent b2ba019b
No related merge requests found
Showing
with 276 additions and 1 deletion
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment