Skip to content

Commit

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

PiperOrigin-RevId: 670920850
  • Loading branch information
krasimirgg authored and copybara-github committed Sep 4, 2024
1 parent 40f424e commit aa9d988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bazel/import_llvm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load(

def import_llvm(name):
"""Imports LLVM."""
LLVM_COMMIT = "f142f8afe21bceb00fb495468aa0b5043e98c419"
LLVM_COMMIT = "6b4b8dc4a45dccec43a9c0d76a80ebae50df55b0"

new_git_repository(
name = name,
Expand Down
2 changes: 1 addition & 1 deletion lib/Analysis/SecretnessAnalysis/SecretnessAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace mlir {
namespace heir {

void SecretnessAnalysis::setToEntryState(SecretnessLattice *lattice) {
auto operand = lattice->getPoint();
auto operand = lattice->getAnchor();
bool isSecret = isa<secret::SecretType>(operand.getType());

Operation *operation = nullptr;
Expand Down

0 comments on commit aa9d988

Please sign in to comment.