From: Rhys Perry Date: Mon, 3 Feb 2020 19:16:29 +0000 (+0000) Subject: aco: gfx10_wave64_bpermute reduce op to print_ir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce23911b77b026ee1894e012f0249d827047bac6;p=mesa.git aco: gfx10_wave64_bpermute reduce op to print_ir Signed-off-by: Rhys Perry Reviewed-By: Timur Kristóf Tested-by: Marge Bot Part-of: --- diff --git a/src/amd/compiler/aco_print_ir.cpp b/src/amd/compiler/aco_print_ir.cpp index d3304a996f5..b8dc42009e2 100644 --- a/src/amd/compiler/aco_print_ir.cpp +++ b/src/amd/compiler/aco_print_ir.cpp @@ -33,6 +33,7 @@ static const char *reduce_ops[] = { [ior64] = "ior64", [ixor32] = "ixor32", [ixor64] = "ixor64", + [gfx10_wave64_bpermute] = "gfx10_wave64_bpermute", }; static void print_reg_class(const RegClass rc, FILE *output)