-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests #153094
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
[NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests #153094
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
@llvm/pr-subscribers-llvm-analysis @llvm/pr-subscribers-mlgo Author: S. VenkataKeerthy (svkeerthy) ChangesFull diff: https://github.com/llvm/llvm-project/pull/153094.diff 1 Files Affected:
diff --git a/llvm/test/Analysis/IR2Vec/Inputs/dummy_3D_nonzero_type_vocab.json b/llvm/test/Analysis/IR2Vec/Inputs/dummy_3D_nonzero_type_vocab.json
index bb97a491dfe8a..fcc1344ada314 100644
--- a/llvm/test/Analysis/IR2Vec/Inputs/dummy_3D_nonzero_type_vocab.json
+++ b/llvm/test/Analysis/IR2Vec/Inputs/dummy_3D_nonzero_type_vocab.json
@@ -47,6 +47,7 @@
"FPTrunc": [0, 0, 0],
"FPExt": [0, 0, 0],
"PtrToInt": [0, 0, 0],
+ "PtrToAddr": [0, 0, 0],
"IntToPtr": [0, 0, 0],
"BitCast": [0, 0, 0],
"AddrSpaceCast": [0, 0, 0],
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't missed. It's new (patch landed last week I think).
Either way, LGTM.
Yes. The patch added "PtrToAddr" in all the other vocab files but this. |
44c5895
to
de8480b
Compare
265222b
to
8ce3c84
Compare
8ce3c84
to
d6cc948
Compare
11de2dc
to
cbc8c9e
Compare
d6cc948
to
3680f38
Compare
cbc8c9e
to
4da0ac5
Compare
3680f38
to
5dc4c48
Compare
Merge activity
|
4da0ac5
to
b71c5ee
Compare
3e10c63
to
bd8e431
Compare
b131bef
to
7495b65
Compare
0d1fb80
to
3cdc0d5
Compare
7495b65
to
829eb24
Compare
3cdc0d5
to
a5fc0c3
Compare
a5fc0c3
to
6dea185
Compare
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/175/builds/24376 Here is the relevant piece of the build log for the reference
|
No description provided.