mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
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:
parent
20eb1acb6f
commit
ce23911b77
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue