aco: gfx10_wave64_bpermute reduce op to print_ir

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>
This commit is contained in:
Rhys Perry 2020-02-03 19:16:29 +00:00 committed by Marge Bot
parent 20eb1acb6f
commit ce23911b77

View 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)