-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests #153094
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: users/svkeerthy/08-11-merging_ir2vec_categories
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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
No description provided.