Integrate LLVM at llvm/llvm-project@c02aa1543845 Updates LLVM usage to match [c02aa1543845](https://github.com/llvm/llvm-project/commit/c02aa1543845) PiperOrigin-RevId: 407678047
diff --git a/SUBMODULE_VERSIONS.txt b/SUBMODULE_VERSIONS.txt index 1de193a..8e96edb 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 -6da63573e48397decfb772884a36f176d6c81209 third_party/llvm-project +c02aa15438459a2b148c1c84267fff3e926c2632 third_party/llvm-project a9e6ab10c01b2892b88727af65220ba9e53fdde5 third_party/mlir-hlo 3f701faace7addc75d16dea8a6cd769fa5b3f260 third_party/musl 4c7697dbe973ed01ae6fbec37d186ebd05982e1f third_party/pybind11
diff --git a/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp b/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp index 063e997..ae72336 100644 --- a/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp +++ b/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp
@@ -74,7 +74,7 @@ linalg::LinalgDialect, memref::MemRefDialect, scf::SCFDialect, StandardOpsDialect, tensor::TensorDialect, vector::VectorDialect>(); - linalg::registerBufferiableOpInterfaceExternalModels(registry); + linalg::registerBufferizableOpInterfaceExternalModels(registry); } void runOnOperation() override;
diff --git a/third_party/llvm-project b/third_party/llvm-project index 6da6357..c02aa15 160000 --- a/third_party/llvm-project +++ b/third_party/llvm-project
@@ -1 +1 @@ -Subproject commit 6da63573e48397decfb772884a36f176d6c81209 +Subproject commit c02aa15438459a2b148c1c84267fff3e926c2632