aco: don't combine minmax3 if there is a neg or abs modifier in between
authorDaniel Schürmann <daniel@schuermann.dev>
Thu, 17 Oct 2019 13:06:48 +0000 (15:06 +0200)
committerRhys Perry <pendingchaos02@gmail.com>
Thu, 17 Oct 2019 16:21:19 +0000 (16:21 +0000)
commit4b458b3e8f5fb01c23677a905554c070a8809fba
treefaebde64da374c3afb8b8cfc441051cc4d7a4f31
parent045f05a2f68c301c850a38a511c8e254080fce9a
aco: don't combine minmax3 if there is a neg or abs modifier in between

This fixes a graphical corruption in HotS.
No pipelinedb changes other than that.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
src/amd/compiler/aco_optimizer.cpp