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

Alexander Richardson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 27 22:23:33 PDT 2025


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

@svkeerthy I have no idea what this file does, I just added a new entry for the new instruction. Should it be sorted in enum order instead? I tried to reduce the number of changes to passes I don't understand.

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


More information about the llvm-branch-commits mailing list