[PATCH] D34725: Add sample PGO integration test to cover profile annotation and inlining.

Dehao Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 9 06:14:42 PDT 2017


danielcdh added inline comments.


================
Comment at: test/CodeGen/pgo-sample.c:28
+// of foo:bar.
+// CHECK-NOT: call void @callee
+void foo(int x) {
----------------
davidxl wrote:
> SHould this be 'CHECK-NOT:  call'  as bar is also inlined?
There is still call to baz. Explicitly added CHECK-NOT call bar.


https://reviews.llvm.org/D34725





More information about the cfe-commits mailing list