Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")

def _llvm_deps_impl(_):
"""Implementation of the llvm_deps module extension."""
LLVM_COMMIT = "084f6484d76625b995c07f512a323ab7cdc5351d"
LLVM_COMMIT = "45f1b25a0d069a2cee0632e1d1df4ff3342f136e"

# Download LLVM/MLIR using a git repository
new_git_repository(
Expand Down
2 changes: 1 addition & 1 deletion tests/Regression/issue_2484.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func.func @scalar_mul(%arg0: !secret.secret<i16>) -> !secret.secret<i16> {
%0 = secret.generic(%arg0 : !secret.secret<i16>) {
^bb0(%arg1: i16):
%c2 = arith.constant 2 : i16
// expected-error@+1 {{failed to legalize unresolved materialization}}
// expected-error@+1 {{failed to legalize unresolved source materialization from}}
%1 = arith.muli %arg1, %c2 : i16
// expected-note@+1 {{see existing live user here}}
secret.yield %1 : i16
Expand Down
Loading