[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (PR #153094)
S. VenkataKeerthy via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 27 14:04:14 PDT 2025
https://github.com/svkeerthy updated https://github.com/llvm/llvm-project/pull/153094
>From 5dc4c4800c00d31afd68e83f575cd8130b70e430 Mon Sep 17 00:00:00 2001
From: svkeerthy <venkatakeerthy at google.com>
Date: Mon, 11 Aug 2025 21:52:27 +0000
Subject: [PATCH] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests
---
.../test/Analysis/IR2Vec/Inputs/dummy_3D_nonzero_type_vocab.json | 1 +
1 file changed, 1 insertion(+)
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],
More information about the llvm-branch-commits
mailing list