Integrate LLVM at llvm/llvm-project@1150f02c77b8

Updates LLVM usage to match
[1150f02c77b8](https://github.com/llvm/llvm-project/commit/1150f02c77b8)

PiperOrigin-RevId: 411972308
diff --git a/SUBMODULE_VERSIONS.txt b/SUBMODULE_VERSIONS.txt
index 202589e..b76c685 100644
--- a/SUBMODULE_VERSIONS.txt
+++ b/SUBMODULE_VERSIONS.txt
@@ -4,7 +4,7 @@
 aa533abfd4232b01f9e57041d70114d5a77e6de0 third_party/googletest
 88b845dee001723c4a0db1fe5477de735b6d3bb0 third_party/liburing
 acd6f6f014c25e46363e718381e0b35205df2d83 third_party/libyaml
-47e2644c89b3be6faa0f5cc4c70ef96ec295da9a third_party/llvm-project
+1150f02c77b81adca4d0c67afdef23321e93db89 third_party/llvm-project
 4a124ee092300d908f0adc343248bbf150c6d233 third_party/mlir-hlo
 3f701faace7addc75d16dea8a6cd769fa5b3f260 third_party/musl
 4c7697dbe973ed01ae6fbec37d186ebd05982e1f third_party/pybind11
diff --git a/iree/tools/init_mlir_passes.h b/iree/tools/init_mlir_passes.h
index 40b19d9..b3cba96 100644
--- a/iree/tools/init_mlir_passes.h
+++ b/iree/tools/init_mlir_passes.h
@@ -46,7 +46,7 @@
   registerAffineScalarReplacementPass();
   registerParallelLoopCollapsingPass();
   registerPrintOpStatsPass();
-  registerViewOpGraphPassPass();
+  registerViewOpGraphPass();
   registerStripDebugInfoPass();
   registerSymbolDCEPass();
 
diff --git a/third_party/llvm-project b/third_party/llvm-project
index 47e2644..1150f02 160000
--- a/third_party/llvm-project
+++ b/third_party/llvm-project
@@ -1 +1 @@
-Subproject commit 47e2644c89b3be6faa0f5cc4c70ef96ec295da9a
+Subproject commit 1150f02c77b81adca4d0c67afdef23321e93db89