[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
Mon Aug 11 14:52:49 PDT 2025
https://github.com/svkeerthy created https://github.com/llvm/llvm-project/pull/153094
None
>From 265222ba5b20cc32ae3f9fc9affc42a9bd06cce5 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