Integrate LLVM at llvm/llvm-project@2dbe88db58
Updates LLVM usage to match [2dbe88db5804](https://github.com/llvm/llvm-project/commit/2dbe88db5804) PiperOrigin-RevId: 357587981 Change-Id: I746550b34bcb9a1e728135808e67e4fbb6280c65
This commit is contained in:
parent
b4786e349f
commit
1859e99359
@ -684,8 +684,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
)
|
||||
|
||||
# Check out LLVM and MLIR from llvm-project.
|
||||
LLVM_COMMIT = "16428a8d91a904c841086a971a8f26c3d8cf1307"
|
||||
LLVM_SHA256 = "8c2f3945608365258148e7e1979810d99c676e0e750f174d92bdf2e0da549954"
|
||||
LLVM_COMMIT = "2dbe88db5804f32c6dfc1aa474881c3cb7a61d03"
|
||||
LLVM_SHA256 = "34f311dad806073be0e0d015d2c6ff4db34ea8b803081f24a40dc4f75416bcf6"
|
||||
LLVM_URLS = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||
|
||||
8
third_party/mlir/BUILD
vendored
8
third_party/mlir/BUILD
vendored
@ -4846,6 +4846,14 @@ gentbl(
|
||||
"-gen-dialect-decls -dialect=vector",
|
||||
"include/mlir/Dialect/Vector/VectorOpsDialect.h.inc",
|
||||
),
|
||||
(
|
||||
"-gen-enum-decls",
|
||||
"include/mlir/Dialect/Vector/VectorOpsEnums.h.inc",
|
||||
),
|
||||
(
|
||||
"-gen-enum-defs",
|
||||
"include/mlir/Dialect/Vector/VectorOpsEnums.cpp.inc",
|
||||
),
|
||||
(
|
||||
"-gen-op-doc",
|
||||
"g3doc/Dialects/Vector/VectorOps.md",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user