moose icon indicating copy to clipboard operation
moose copied to clipboard

Design and implement compiler opt pass into `add_n`

Open mortendahl opened this issue 3 years ago • 1 comments

This issue is about writing a compiler pass that rewrites consecutive add (binary) ops into a single add_n (variadic) op.

Note that we don't currently have an established design for such passes, so part of this issue is also figuring out what we want there.

mortendahl avatar Oct 13 '21 08:10 mortendahl

I'd be interested in working on this one when we think the time is right!

kkloberdanz avatar Oct 13 '21 13:10 kkloberdanz