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

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 18:33:05 PDT 2017


danielcdh created this revision.
Herald added subscribers: eraman, mehdi_amini, sanjoy.

This is the test update patch for https://reviews.llvm.org/D34662


https://reviews.llvm.org/D34663

Files:
  test/CodeGen/pgo-sample-thinlto-summary.c


Index: test/CodeGen/pgo-sample-thinlto-summary.c
===================================================================
--- test/CodeGen/pgo-sample-thinlto-summary.c
+++ test/CodeGen/pgo-sample-thinlto-summary.c
@@ -35,7 +35,7 @@
 // Check that icp is not invoked (both -O2 and ThinLTO).
 // O2-LABEL: define void @icp
 // THINLTO-LABEL: define void @icp
-// O2-NOT: if.true.direct_targ
+// O2: if.true.direct_targ
 // ThinLTO-NOT: if.true.direct_targ
 void icp(void (*p)()) {
   p();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34663.104065.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170627/d7e85cb1/attachment.bin>


More information about the llvm-commits mailing list