Skip to content

Commit

Permalink
Update peepopt_muldiv_c.pmg
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy authored Dec 17, 2024
1 parent b4fa7dc commit f9ae66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/pmgen/peepopt_muldiv_c.pmg
Original file line number Diff line number Diff line change
@@ -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)
//
Expand Down

0 comments on commit f9ae66d

Please sign in to comment.