[llvm-branch-commits] [clang] [llvm] [llvm] Introduce callee_type metadata (PR #87573)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 25 03:52:15 PDT 2025
================
@@ -1,23 +1,23 @@
;; Test if the callee_type metadata is dropped when an indirect function call through a function ptr is promoted
;; to a direct function call during instcombine.
-; RUN: opt < %s -O2 | llvm-dis | FileCheck %s
+; RUN: opt < %s -passes="cgscc(inline),instcombine" -S | FileCheck %s
----------------
arsenm wrote:
instcombine test should not be running the inliner, only instcombine
https://github.com/llvm/llvm-project/pull/87573
More information about the llvm-branch-commits
mailing list