Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@9fb85b099461
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[9fb85b099461](llvm/llvm-project@9fb85b099461)

PiperOrigin-RevId: 617993699
  • Loading branch information
durin42 authored and TensorFlow MLIR Team committed Mar 21, 2024
1 parent 0655e1d commit ce0360e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ cc_library(
"@llvm-project//mlir:TensorTransforms",
"@llvm-project//mlir:TensorUtils",
"@llvm-project//mlir:TransformDialect",
"@llvm-project//mlir:TransformDialectInterfaces",
"@llvm-project//mlir:TransformDialectTransforms",
"@llvm-project//mlir:TransformUtils",
"@llvm-project//mlir:Transforms",
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ http_archive(
],
)

LLVM_COMMIT = "407937036fa7640f61f225474b1ea6623a40dbdd"
LLVM_COMMIT = "9fb85b09946122aa5793b647d7939ac17817c5f5"

LLVM_SHA256 = "56d1ef16706a5952a357f9e0e1ab6a6063a68e7c08dc23529e9c748f2c3b73de"
LLVM_SHA256 = "76bf16dcf9fe05e412c594a2d8216f7cefe46cd1111fd08f7b842dbfa282df99"

http_archive(
name = "llvm-raw",
Expand Down
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
407937036fa7640f61f225474b1ea6623a40dbdd
9fb85b09946122aa5793b647d7939ac17817c5f5

2 changes: 1 addition & 1 deletion stablehlo/build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
407937036fa7640f61f225474b1ea6623a40dbdd
9fb85b09946122aa5793b647d7939ac17817c5f5
2 changes: 1 addition & 1 deletion transforms/test_hlo_transform_dialect_interpreter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
#include <string>
#include <utility>

#include "mlir/Dialect/Transform/IR/TransformInterfaces.h"
#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
#include "mlir/Dialect/Transform/Transforms/TransformInterpreterPassBase.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinOps.h"
Expand Down

0 comments on commit ce0360e

Please sign in to comment.