[llvm-branch-commits] [llvm] [IR] Introduce the `ptrtoaddr` instruction (PR #139357)

S. VenkataKeerthy via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 27 22:48:40 PDT 2025


================
@@ -66,7 +66,8 @@
         "ExtractValue": [127, 128],
         "InsertValue": [129, 130],
         "LandingPad": [131, 132],
-        "Freeze": [133, 134]
+        "Freeze": [133, 134],
+        "PtrToAddr": [135, 136]
----------------
svkeerthy wrote:

Having an entry here should get the tests working. For the sake of interpretability, it would be great if you can please keep it in the enum order. Value could still be the same. 

https://github.com/llvm/llvm-project/pull/139357


More information about the llvm-branch-commits mailing list