Skip to content

Commit a582226

Browse files
committed
update comment in unit test
1 parent b4fbd2f commit a582226

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

test/squin/test_constprop.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# There's a method table in the wire dialect statements
2-
# that handles the multiple return values from Apply and Broadcast
3-
# that can cause problems for constant propoagation's default implementation.
4-
# These tests just make sure there are corresponding lattice types per each
5-
# SSA value (as opposed to a bunch of "missing" entries despite multiple
6-
# return values from Broadcast and Apply)
1+
# These tests are used to verify the multiple
2+
# result values from certain statements are handled properly
3+
# in constant propagation. Originally a custom constprop
4+
# method table had to be implemented but the newer version of
5+
# Kirin has fixed this issue (:
76

87
from kirin import ir, types
98
from kirin.passes import Fold

0 commit comments

Comments
 (0)