[PATCH] D34663: Update test for enabling ICP for AutoFDO.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 10:10:20 PDT 2017


danielcdh added inline comments.


================
Comment at: test/CodeGen/pgo-sample-thinlto-summary.c:39
+// O2: if.true.direct_targ
 // ThinLTO-NOT: if.true.direct_targ
 void icp(void (*p)()) {
----------------
davidxl wrote:
> Is the thinLTO behavior here expected?
Yes, it's expected, icp is turned off for the samplepgo thinlto summary phase (details in https://reviews.llvm.org/D31217)


https://reviews.llvm.org/D34663





More information about the llvm-commits mailing list