From ce23911b77b026ee1894e012f0249d827047bac6 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Mon, 3 Feb 2020 19:16:29 +0000 Subject: [PATCH] aco: gfx10_wave64_bpermute reduce op to print_ir MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rhys Perry Reviewed-By: Timur Kristóf Tested-by: Marge Bot Part-of: --- src/amd/compiler/aco_print_ir.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2