Skip to content

nir/lower_explicit_io: Handle 1 bit loads and stores

Load a 32-bit value then convert to 1-bit. Convert 1-bit to 32-bit value, then Store it.

These cases started to appear when we changed Anvil to use derefs for shared memory.

Fixes: 024a46a4 ("anv: use derefs for shared memory access")

Edited by Caio Oliveira

Merge request reports