Skip to content

Commit

Permalink
Update peepopt_muxadd.pmg
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy authored Dec 17, 2024
1 parent cfadf28 commit b4fa7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/pmgen/peepopt_muxadd.pmg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pattern muxadd
//
// Authored by Akash Levy of Silimate, Inc. under ISC license.
// Authored by Akash Levy and Alain Dargelas of Silimate, Inc. under ISC license.
// Transforms add->mux into mux->add:
// y = s ? (a + b) : a ===> y = a + (s ? b : 0)
//
Expand Down

0 comments on commit b4fa7dc

Please sign in to comment.