Skip to content

zink: no bool-conversions

Erik Faye-Lund requested to merge kusma/mesa:zink-no-bool-bitcasts into master

Since bools are the only 1-bit type, we always know if an SSA-def is a bool or not. So we don't need to marshal it to uint.

So let's simplify the code a bit here.

Merge request reports