Module: Mesa Branch: master Commit: ce23911b77b026ee1894e012f0249d827047bac6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce23911b77b026ee1894e012f0249d827047bac6
Author: Rhys Perry <[email protected]> Date: Mon Feb 3 19:16:29 2020 +0000 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> --- 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) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
