Skip to content

aco: Small cleanup of exec mask optimization.

Timur Kristóf requested to merge Venemo/mesa:aco-exec-opt-fix into main

Make sure add some restrictions to removing instructions that write exec mask.

Neither of these commits affects anything currently in our Fossil DB, but the possibility exists that there is an app out there where exec writes are removed when they shouldn't be.

Merge request reports