Pairing Merging and Encoding
Pair_decode/Merge
n
Combine two or more nodes
n
into a single node with more values.
n
Explore different combinations
Encode
n
full and partial encode
Combine some i-sets
n
combine i-sets where those values
n
always appear together in fanouts.
mvsis> pair_decode
mvsis> merge
mvsis> encode
100 11 011 101
0
101 10 111 011
0
110 10 110 110
0
<default>
1
a
b
c
d
x
100 11 011 101
0
101 10 111 011
0
<default>
1
a
b
c
d
y
100 11 011 101
0
101 10 111 011
0
100 11 111 101
1
111 01 100 111
1
110 10 110 110
1
<empty>
2
a
b
c
d
z
<default>
3
x
0
y
0
x
0
y
1
x
1
y
0
x
1
y
1
z
0
z
1
z
2
z
3
merge