[llvm-branch-commits] [llvm] [IR] Introduce the `ptrtoaddr` instruction (PR #139357)
Alexander Richardson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 21 17:22:52 PDT 2025
================
@@ -110,6 +110,7 @@ typedef enum {
LLVMFPTrunc = 37,
LLVMFPExt = 38,
LLVMPtrToInt = 39,
+ LLVMPtrToAddr = 69,
----------------
arichardson wrote:
fneg and callbr also break the ordering - I think the intention in this file is to have them match the grouping in Instruction
https://github.com/llvm/llvm-project/pull/139357
More information about the llvm-branch-commits
mailing list