Skip to content

Commit ce0360e

Browse files
durin42TensorFlow MLIR Team
authored and
TensorFlow MLIR Team
committed
Updates LLVM usage to match [9fb85b099461](llvm/llvm-project@9fb85b099461) PiperOrigin-RevId: 617993699
1 parent 0655e1d commit ce0360e

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,7 @@ cc_library(
10331033
"@llvm-project//mlir:TensorTransforms",
10341034
"@llvm-project//mlir:TensorUtils",
10351035
"@llvm-project//mlir:TransformDialect",
1036+
"@llvm-project//mlir:TransformDialectInterfaces",
10361037
"@llvm-project//mlir:TransformDialectTransforms",
10371038
"@llvm-project//mlir:TransformUtils",
10381039
"@llvm-project//mlir:Transforms",

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ http_archive(
2626
],
2727
)
2828

29-
LLVM_COMMIT = "407937036fa7640f61f225474b1ea6623a40dbdd"
29+
LLVM_COMMIT = "9fb85b09946122aa5793b647d7939ac17817c5f5"
3030

31-
LLVM_SHA256 = "56d1ef16706a5952a357f9e0e1ab6a6063a68e7c08dc23529e9c748f2c3b73de"
31+
LLVM_SHA256 = "76bf16dcf9fe05e412c594a2d8216f7cefe46cd1111fd08f7b842dbfa282df99"
3232

3333
http_archive(
3434
name = "llvm-raw",

build_tools/llvm_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
407937036fa7640f61f225474b1ea6623a40dbdd
1+
9fb85b09946122aa5793b647d7939ac17817c5f5
22

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
407937036fa7640f61f225474b1ea6623a40dbdd
1+
9fb85b09946122aa5793b647d7939ac17817c5f5

transforms/test_hlo_transform_dialect_interpreter.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616
#include <string>
1717
#include <utility>
1818

19-
#include "mlir/Dialect/Transform/IR/TransformInterfaces.h"
19+
#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
2020
#include "mlir/Dialect/Transform/Transforms/TransformInterpreterPassBase.h"
2121
#include "mlir/IR/Builders.h"
2222
#include "mlir/IR/BuiltinOps.h"

0 commit comments

Comments
 (0)