CodeGen aware of model weights?

I recall a slide from the TVM conference which briefly mentioned a compute strategy where model weights are inlined into instructions. Can CodeGen handle something like this today, or would a post-processing step be required after relay.build?

This would be considering a case where TVM would be CodeGen’ing insctructions for a custom accelerator that has an ISA supporting inlined weights.