This patch adds option to promote the fused view. This is useful for
GPU use case where the fused views can be put in workgroup memory. It
would also enable more fusion opportunities since the promotion allows
you to do recomputation without affecting the original value. This is
not implemented yet.
Depends On D90991