From f9ae66d2e41b6de7a25bc9d7683ca4e7699fd936 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 17 Dec 2024 15:50:37 -0800 Subject: [PATCH] Update peepopt_muldiv_c.pmg --- passes/pmgen/peepopt_muldiv_c.pmg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/pmgen/peepopt_muldiv_c.pmg b/passes/pmgen/peepopt_muldiv_c.pmg index 94b260d2842..71b717312ad 100644 --- a/passes/pmgen/peepopt_muldiv_c.pmg +++ b/passes/pmgen/peepopt_muldiv_c.pmg @@ -1,6 +1,6 @@ pattern muldiv_c // -// Authored by Akash Levy of Silimate, Inc. under ISC license. +// Authored by Akash Levy and Alain Dargelas of Silimate, Inc. under ISC license. // Transforms mul->div into const->mul when b and c are divisible constants: // y = (a * b_const) / c_const ===> a * eval(b_const / c_const) //