As I mentioned there, we need to come up a criteria to decide whether or not a new fused function should be primitive.
My understanding is, a function is “Primitive” if it needs to be lowered to and compiled by TVM (that is, the layer below Relay). In your test case, everything is constant, so the Relay interpreter can directly evaluate the whole function. There is no primitive function in this case.