Integrate LLVM at llvm/llvm-project@e068c84762ac
Updates LLVM usage to match
[e068c84762ac](https://github.com/llvm/llvm-project/commit/e068c84762ac)
PiperOrigin-RevId: 408944621
diff --git a/SUBMODULE_VERSIONS.txt b/SUBMODULE_VERSIONS.txt
index 724a9f8..ce48356 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
-81c99c5404c1aa92eadb7fb93dbeaae7bfaa5195 third_party/llvm-project
+e068c84762ac1ec34631beb5f41cebfa78fcc3df third_party/llvm-project
839b119938b493ca2dc51597d2c11fb081d24c9c third_party/mlir-hlo
3f701faace7addc75d16dea8a6cd769fa5b3f260 third_party/musl
4c7697dbe973ed01ae6fbec37d186ebd05982e1f third_party/pybind11
diff --git a/iree/compiler/Dialect/LinalgExt/Transforms/Tiling.cpp b/iree/compiler/Dialect/LinalgExt/Transforms/Tiling.cpp
index 31b5140..2690900 100644
--- a/iree/compiler/Dialect/LinalgExt/Transforms/Tiling.cpp
+++ b/iree/compiler/Dialect/LinalgExt/Transforms/Tiling.cpp
@@ -40,9 +40,6 @@
return rewriter.notifyMatchFailure(op,
"unsupported interchange during tiling");
}
- if (options.paddingValueComputationFunction) {
- return rewriter.notifyMatchFailure(op, "unsupported tile + pad option");
- }
if (options.loopType != linalg::LinalgTilingLoopType::Loops) {
return rewriter.notifyMatchFailure(op,
"only tiling with scf.for is supported");
diff --git a/third_party/llvm-project b/third_party/llvm-project
index 81c99c5..e068c84 160000
--- a/third_party/llvm-project
+++ b/third_party/llvm-project
@@ -1 +1 @@
-Subproject commit 81c99c5404c1aa92eadb7fb93dbeaae7bfaa5195
+Subproject commit e068c84762ac1ec34631beb5f41cebfa78fcc3df