Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist authored Oct 5, 2023
1 parent 0456a5f commit 46a2506
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ http_archive(
],
)

LLVM_COMMIT = "3661a48a84731ab5086bf1fca8f7e6b9f294225a"
LLVM_COMMIT = "173fd67a124dfd0241b95c72935d572a677d2874"

LLVM_SHA256 = "458cf3a135143f34e9328d70009fe62dfeaa82bc1f813f3d48a0387e843331dc"
LLVM_SHA256 = "ef943af5b2cc5a42ee4815a860fa2529ad1ddcd5755f48aba4d9f81a4bf69d65"

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 +1 @@
3661a48a84731ab5086bf1fca8f7e6b9f294225a
173fd67a124dfd0241b95c72935d572a677d2874
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Pattern =>
Pattern =>
replace op<stablehlo.multiply>(input0 : Value<_: Tosa_Tensor>,
input1 : Value<_: Tosa_Tensor>)
with op<tosa.mul>(input0, input1) {shift = attr<"0 : i32">};
with op<tosa.mul>(input0, input1) {shift = attr<"0 : i8">};
Pattern =>
replace op<stablehlo.or>(input0 : Value<_: Tosa_Tensor>,
input1 : Value<_: Tosa_Tensor>)
Expand Down

0 comments on commit 46a2506

Please sign in to comment.