aco: Fix the meaning of is_atomic.
authorTimur Kristóf <timur.kristof@gmail.com>
Wed, 29 Jan 2020 12:28:58 +0000 (13:28 +0100)
committerMarge Bot <eric+marge@anholt.net>
Wed, 29 Jan 2020 20:32:31 +0000 (20:32 +0000)
commite73f604b2125f077ec9735e666b6bf31af413bd9
tree9992a68ed570b2a6e0dc573204d14d4b8bbc6bf1
parentba148813d7c5f90f2a46819c33611e760edf86ed
aco: Fix the meaning of is_atomic.

Previously, is_atomic really meant "is not atomic", contrary to its name.
This commit fixes it to mean what one would think it means.

Fixes: 69bed1c9186c3e24ad54089218d58c5f7b83befe

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3618>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3618>
src/amd/compiler/aco_dead_code_analysis.cpp
src/amd/compiler/aco_opcodes.py