Skip to content

broadcom/compiler: set current block on incrementing unifa

Juan A. Suárez requested to merge jasuarez/mesa:review/v3d-unifa-block into main

When incrementing unifa address in DCE optimization, ensure that we setup correctly the current block, so the ldfunif optimization is also executed correctly.

This fixes dEQP-VK.graphicsfuzz.cov-struct-float-array-mix-uniform-vectors heap-buffer overflow with address sanitizer enabled.

Merge request reports