Update MLIR revision and build files.
PiperOrigin-RevId: 256269462
This commit is contained in:
parent
bd4feec252
commit
3957de13a5
3
third_party/mlir/BUILD
vendored
3
third_party/mlir/BUILD
vendored
@ -96,6 +96,7 @@ cc_library(
|
||||
"lib/Pass/PassTiming.cpp",
|
||||
],
|
||||
hdrs = [
|
||||
"include/mlir/Analysis/Verifier.h",
|
||||
"include/mlir/Pass/AnalysisManager.h",
|
||||
"include/mlir/Pass/Pass.h",
|
||||
"include/mlir/Pass/PassInstrumentation.h",
|
||||
@ -910,6 +911,7 @@ cc_library(
|
||||
"include/mlir/Analysis/SliceAnalysis.h",
|
||||
"include/mlir/Analysis/Utils.h",
|
||||
"include/mlir/Analysis/VectorAnalysis.h",
|
||||
"include/mlir/Analysis/Verifier.h",
|
||||
],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
@ -1094,6 +1096,7 @@ cc_library(
|
||||
hdrs = ["include/mlir/Support/TranslateClParser.h"],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":Analysis",
|
||||
":IR",
|
||||
":Parser",
|
||||
":Support",
|
||||
|
4
third_party/mlir/mlir_configure.bzl
vendored
4
third_party/mlir/mlir_configure.bzl
vendored
@ -1,7 +1,7 @@
|
||||
"""Repository rule to setup the external MLIR repository."""
|
||||
|
||||
_MLIR_REV = "204b2f14b11d6ea0e181327fed95917cf05992c5"
|
||||
_MLIR_SHA256 = "347feacf06b38e053874c13bfe588bb83274697e3d3b30a536b6a237de58c51d"
|
||||
_MLIR_REV = "57c6e29a5638e9d2920550e3e6285001ee4015a0"
|
||||
_MLIR_SHA256 = "c65805b04647b391e24db12251a2c7c2c382446b563604da1b2d05fa3854fa7c"
|
||||
|
||||
def _mlir_autoconf_impl(repository_ctx):
|
||||
"""Implementation of the mlir_configure repository rule."""
|
||||
|
Loading…
Reference in New Issue
Block a user