aco: gfx10_wave64_bpermute reduce op to print_ir
authorRhys Perry <pendingchaos02@gmail.com>
Mon, 3 Feb 2020 19:16:29 +0000 (19:16 +0000)
committerMarge Bot <eric+marge@anholt.net>
Thu, 6 Feb 2020 16:43:03 +0000 (16:43 +0000)
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-By: Timur Kristóf <timur.kristof@gmail.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3683>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3683>

src/amd/compiler/aco_print_ir.cpp

index d3304a9..b8dc420 100644 (file)
@@ -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)