Skip to content

Commit

Permalink
Add Add op
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Feb 25, 2024
1 parent 50423fc commit 845670b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions egglog_src/churchroad.egg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
; Ops
(datatype Op
(And)
(Add)
(Or)
(Xor)
(Shr)
Expand Down Expand Up @@ -102,6 +103,7 @@
;;; op.
(relation AllBitwidthsMatch (Op))
(AllBitwidthsMatch (And))
(AllBitwidthsMatch (Add))
(AllBitwidthsMatch (Or))
(AllBitwidthsMatch (Xor))
(AllBitwidthsMatch (Shr))
Expand Down

0 comments on commit 845670b

Please sign in to comment.