OSDN Git Service

aco: don't combine literals into v_cndmask_b32/v_subb/v_addc
authorRhys Perry <pendingchaos02@gmail.com>
Mon, 11 Nov 2019 14:15:04 +0000 (14:15 +0000)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 20 Nov 2019 00:54:04 +0000 (16:54 -0800)
commitab4df0ec7269a1846e7cdde0c7bec051f2daf2d7
treec53d975f3f06d147b12ee473b22c067b10552eed
parent37d13ecca7c33437b53be33eefcf6e66a56bddb5
aco: don't combine literals into v_cndmask_b32/v_subb/v_addc

No pipeline-db changes

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Fixes: 93c8ebfa ('aco: Initial commit of independent AMD compiler')
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
(cherry picked from commit b062b92ab1a6504772a63a6b44f89b4579aef9a3)
src/amd/compiler/aco_optimizer.cpp