Mesa (master): aco: gfx10_wave64_bpermute reduce op to print_ir

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Feb 6 17:05:05 UTC 2020


Module: Mesa
Branch: master
Commit: ce23911b77b026ee1894e012f0249d827047bac6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce23911b77b026ee1894e012f0249d827047bac6

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Mon Feb  3 19:16:29 2020 +0000

aco: gfx10_wave64_bpermute reduce op to print_ir

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Reviewed-By: Timur Kristóf <timur.kristof at 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 | 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)



More information about the mesa-commit mailing list