OSDN Git Service

nvc0/ir: also do ConstantFolding for FMA
authorKarol Herbst <karolherbst@gmail.com>
Tue, 21 Mar 2017 17:37:47 +0000 (18:37 +0100)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sat, 1 Apr 2017 03:57:10 +0000 (23:57 -0400)
commitf2a4d881fe94512f7600ec33622af58b8ca06fff
treea6cecc45e8a67e9b9fee1922f692fc9bbd40add3
parentfac921db63c74c543aad090929187960fadeefa5
nvc0/ir: also do ConstantFolding for FMA

Helps mainly Feral-ported games, due to their use of fma()

shader-db changes:
total instructions in shared programs : 3941587 -> 3940749 (-0.02%)
total gprs used in shared programs    : 481511 -> 481460 (-0.01%)
total local used in shared programs   : 27469 -> 27481 (0.04%)
total bytes used in shared programs   : 36123344 -> 36115776 (-0.02%)

                local        gpr       inst      bytes
    helped           2          48         243         243
      hurt           2           3          32          32

Signed-off-by: Karol Herbst <karolherbst@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp