[Solved][Tensorize] Tensorize with multiple store or condition store

In Tensorization, the body, reset, update only have one single store statement “vstore” to a buffer location. It is also possible that the computations in tensorized node has multiple output vector, which results in multiple vstore needed.
My question is that what if there are multiple stores or condition stores needed ?
Is there a way to achieve that ?

Thanks.

Answer the question myself, this could be solved by merge sequence of statements together using Block::make. Just found the correct to use.