[llvm] [MemProf] Support cloning for indirect calls with ThinLTO (PR #110625)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 20:35:53 PDT 2024


================
@@ -0,0 +1,320 @@
+;; Test that cloning of an indirect call works. We should perform ICP and update
+;; promoted call to the correct clone.
+
+;; This was created from the following source code, then the IR was reduced
+;; using llvm-reduce with the expected FileCheck input.
+
+;; -- virtfunc.h: --
+;; #include <unistd.h>
----------------
teresajohnson wrote:

moved

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


More information about the llvm-commits mailing list