-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[MIR2Vec] Add embedder for machine instructions #162161
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
Conversation
c37a901 to
0ebc739
Compare
cb98378 to
b7a8ff7
Compare
|
✅ With the latest revision this PR passed the C/C++ code formatter. |
b7a8ff7 to
dc7d70a
Compare
dc7d70a to
5accfaf
Compare
0ebc739 to
5778be1
Compare
5accfaf to
7bdb214
Compare
5778be1 to
ffc59e7
Compare
7bdb214 to
699ab74
Compare
ffc59e7 to
8a80321
Compare
699ab74 to
e28efcc
Compare
8a80321 to
4864150
Compare
e28efcc to
6fa7a86
Compare
4864150 to
671c686
Compare
6fa7a86 to
c58a415
Compare
671c686 to
6a43c34
Compare
19bdf14 to
20f0181
Compare
d1dc913 to
ae13506
Compare
7b0641b to
55a6a68
Compare
55a6a68 to
3fde54f
Compare
Merge activity
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/2/builds/36602 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/29470 Here is the relevant piece of the build log for the reference |
Fixes test failure issues (caused by #162161) in Windows buildbots.
Implement MIR2Vec embedder for generating vector representations of Machine IR instructions, basic blocks, and functions. This patch introduces changes necessary to *embed* machine opcodes. Machine operands would be handled incrementally in the upcoming patches.
Fixes test failure issues (caused by llvm#162161) in Windows buildbots.
Implement MIR2Vec embedder for generating vector representations of Machine IR instructions, basic blocks, and functions. This patch introduces changes necessary to *embed* machine opcodes. Machine operands would be handled incrementally in the upcoming patches.
Fixes test failure issues (caused by llvm#162161) in Windows buildbots.

Implement MIR2Vec embedder for generating vector representations of Machine IR instructions, basic blocks, and functions. This patch introduces changes necessary to embed machine opcodes. Machine operands would be handled incrementally in the upcoming patches.