reactorlabs/rir

Constant folding of `match.arg`

Open

#908 opened on Sep 22, 2020

 (0 comments) (0 reactions) (0 assignees)C++ (19 forks)github user discovery
good first issuehelp wantedpir

Repository metrics

Stars
 (61 stars)
PR merge metrics
 (Avg merge 1m) (1 merged PR in 30d)

Description

See #872 for a hacky first try.

Often this special can be constant folded. This should be tackled in the pir optimizer.

Contributor guide