Integrate TF at tensorflow/tensorflow@9dfedbd7f0fc Updates TF to [9dfedbd7f0fc](https://github.com/tensorflow/tensorflow/commit/9dfedbd7f0fc) matching [a2291a58bf1c](https://github.com/llvm/llvm-project/commit/a2291a58bf1c) and copies over the LLVM BUILD files. `./scripts/git/update_to_llvm_syncpoint.py` Automated submodule bump from .github/workflows/update_tf.yml COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/3387 from google:auto_submodule_update 9b7d191ed84f46f2b3da3a6f0f66fbdecf1f476f PiperOrigin-RevId: 336672746
diff --git a/SUBMODULE_VERSIONS b/SUBMODULE_VERSIONS index be29c91..63d437a 100644 --- a/SUBMODULE_VERSIONS +++ b/SUBMODULE_VERSIONS
@@ -14,7 +14,7 @@ 685f86471e9d26b3eb7676695a2e2cefb4551ae9 third_party/spirv_cross f8bf11a0253a32375c32cad92c841237b96696c0 third_party/spirv_headers 57eb48aed36160c4876bc8310d9ca84d42ee9e2a third_party/swiftshader -9af5a748f36fc4c5544ccf9fcfc59904f9cbbe2d third_party/tensorflow +9dfedbd7f0fc7f37dd8fac30bcc76c290ba4ebc7 third_party/tensorflow a9a09ab0940408898fccfdcfe2bb8dc19b50f13c third_party/tracy 9bd3f561bcee3f01d22912de10bb07ce4e23d378 third_party/vulkan_headers 909f36b714c9239ee0b112a321220213a474ba53 third_party/vulkan_memory_allocator
diff --git a/build_tools/bazel/third_party_import/llvm-project/overlay/mlir/BUILD.bazel b/build_tools/bazel/third_party_import/llvm-project/overlay/mlir/BUILD.bazel index 40a46b5..f925d03 100644 --- a/build_tools/bazel/third_party_import/llvm-project/overlay/mlir/BUILD.bazel +++ b/build_tools/bazel/third_party_import/llvm-project/overlay/mlir/BUILD.bazel
@@ -1012,6 +1012,7 @@ ":Support", ":VectorInterfaces", ":VectorOpsIncGen", + ":ViewLikeInterface", "@llvm-project//llvm:Support", ], ) @@ -3931,6 +3932,7 @@ srcs = [ "include/mlir/Dialect/Vector/VectorOps.td", "include/mlir/Interfaces/VectorInterfaces.td", + "include/mlir/Interfaces/ViewLikeInterface.td", ":AffineOpsTdFiles", ":OpBaseTdFiles", ],