On Fri Jan 12 13:55:34 2024 +0000, Conor McCarthy wrote:
SPIR-V validation will fail on a single incoming if it gets that far. I know because silly things happen occasionally :D Modifiers are only used on source operands, and PHI incomings are always SSA results or IMMCONST, so no modifiers are possible.
Ok, good to know. Well, for the moment this should not be a problem, because my structurizer, at least in its first form, is going to get rid of all the PHIs without any remorse. I'll keep this in mind for later work, thanks.