sirit/src
ReinUsesLisp 51d541f1a1 Remove forward references and add phi node patching
The previous API for forward declarations broke when more than one
definition was done. Forward references on instructions that are not
labels were only needed for phi nodes, so it has been replaced with a
deferred phi node instruction and a method to patch these after
everything has been defined.
2021-04-11 02:02:43 -03:00
..
instructions Remove forward references and add phi node patching 2021-04-11 02:02:43 -03:00
.gitignore Ignore sirit.h symlink 2018-10-23 04:51:34 -03:00
CMakeLists.txt Stream SPIR-V instructions directly to a binary 2020-08-01 01:50:01 -03:00
common_types.h common_types: Include types within the Sirit namespace 2019-10-06 20:55:15 +00:00
sirit.cpp Remove forward references and add phi node patching 2021-04-11 02:02:43 -03:00
stream.cpp Stream SPIR-V instructions directly to a binary 2020-08-01 01:50:01 -03:00
stream.h Remove forward references and add phi node patching 2021-04-11 02:02:43 -03:00