diff options
author | Rhys Perry <[email protected]> | 2020-02-03 19:16:29 +0000 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-06 16:43:03 +0000 |
commit | ce23911b77b026ee1894e012f0249d827047bac6 (patch) | |
tree | 721241f09611c5247400fec90d7fcba1111eabec | |
parent | 20eb1acb6f404ffa4e502e7de8dec8ac83e7a8a8 (diff) |
aco: gfx10_wave64_bpermute reduce op to print_ir
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-By: Timur Kristóf <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3683>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3683>
-rw-r--r-- | src/amd/compiler/aco_print_ir.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |