File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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
87from kirin import ir , types
98from kirin .passes import Fold
You can’t perform that action at this time.
0 commit comments