aco: Optimize out trivial code from uniform bools.
authorTimur Kristóf <timur.kristof@gmail.com>
Tue, 5 Nov 2019 10:41:00 +0000 (11:41 +0100)
committerTimur Kristóf <timur.kristof@gmail.com>
Thu, 14 Nov 2019 16:27:11 +0000 (17:27 +0100)
commit9b8dc6929ed075d219a7cf5a4371c950c29ceb7d
tree79cac9afd1f243ca1410767c90ff11736fc65578
parent8995c0b30a696c709fac9e5f761c101913dc92ec
aco: Optimize out trivial code from uniform bools.

This should remove most of the excess code size that was
introduced by making all booleans per-lane.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
src/amd/compiler/aco_optimizer.cpp