NVVM ldmatrix and stmatrix intrinsics map to corresponding PTX instructions that have a .sync.aligned behavior. Mark these intrinsics as convergent to prevent control flow transformations that can break these semantics. This is similar to other .sync.aligned intrinsics.