[llvm-branch-commits] [llvm] [IR] Introduce the `ptrtoaddr` instruction (PR #139357)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 21 14:00:11 PDT 2025
================
@@ -0,0 +1,14 @@
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
----------------
arsenm wrote:
Does it really need to do 2 round trips? I don't think other bitcode tests do this?
https://github.com/llvm/llvm-project/pull/139357
More information about the llvm-branch-commits
mailing list