Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm19.1.7 #134

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

llvm19.1.7 #134

wants to merge 5 commits into from

Conversation

Kirito-89
Copy link

Upgrded ir2vec to support llvm19.1.7 version

Copy link
Member

@svkeerthy svkeerthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make changes in the README as well.

dummy_vocabulary/seedEmbeddingVocab100D.txt Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert back this file.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert back this file.

message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
message(STATUS "Using LLVM_TOOLS_BINARY_DIR in: ${LLVM_TOOLS_BINARY_DIR}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please delete these lines.


done
wait
# Part of the IR2Vec Project, under the Apache License v2.0 with LLVM
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please clean up unnecessary commented codes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oracle_old should be deleted.

@@ -38,6 +38,7 @@ functions=("main" "buildMatchingMachine" "search" "BellamFord" "BFS" "isBCUtil"
perform_vector_comparison() {
LEVEL=$1
FILE_PREFIX=$2
echo -e "${LEVEL} hello ${FILE_PREFIX}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this line.

@@ -25,7 +25,7 @@ else
fi

SEED_VERSION=$2
VOCAB_PATH="./vocabulary/seedEmbeddingVocab.txt"
VOCAB_PATH="./vocabulary/seedEmbeddingVocab75.txt"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is VOCAB_PATH used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants