Add decomposition for view_copy (#130938)

* Extracted from #128416
Pull Request resolved: https://github.com/pytorch/pytorch/pull/130938
Approved by: https://github.com/peterbell10
ghstack dependencies: #130937
diff --git a/test/test_mps.py b/test/test_mps.py
index a8e4a68..e7c98f5 100644
--- a/test/test_mps.py
+++ b/test/test_mps.py
@@ -353,6 +353,7 @@
         'view_as',
         'view_as_real',
         'view',
+        'view_copy',
         'vsplit',
         'zero_',
         'zeros',