[llvm] c13de14 - [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (#153094)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 29 13:05:50 PDT 2025


Author: S. VenkataKeerthy
Date: 2025-08-29T13:05:47-07:00
New Revision: c13de14e126c28da180ca6382eebe1a4d1809f3a

URL: https://github.com/llvm/llvm-project/commit/c13de14e126c28da180ca6382eebe1a4d1809f3a
DIFF: https://github.com/llvm/llvm-project/commit/c13de14e126c28da180ca6382eebe1a4d1809f3a.diff

LOG: [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (#153094)

Added: 
    

Modified: 
    llvm/test/Analysis/IR2Vec/Inputs/dummy_3D_nonzero_type_vocab.json

Removed: 
    


################################################################################
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-commits mailing list