[PATCH] D76775: [ThinLTO] Don't rely on debug output for thinlto_samplepgo_icp3 test

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 08:37:24 PDT 2020


tejohnson added inline comments.


================
Comment at: llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp3.ll:22
   %0 = load void ()*, void ()** @fptr, align 8
-; ICALL-PROM:   br i1 %{{[0-9]+}}, label %if.true.direct_targ, label %if.false.orig_indirect
   tail call void %0(), !prof !40
----------------
Is it possible to make this check on the output of llvm-dis on the .opt.bc file?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76775/new/

https://reviews.llvm.org/D76775





More information about the llvm-commits mailing list