[PATCH] D21405: [PGO] IRPGO pre-cleanup pass changes
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 11 10:44:09 PDT 2016
mehdi_amini added a comment.
I don't have any other comment, don't wait for me.
================
Comment at: test/Transforms/PGOProfile/preinline.ll:8
@@ +7,3 @@
+; GEN: %pgocount = load i64, i64* getelementptr inbounds ([1 x i64], [1 x i64]* @__profc_foo
+; GEN-NOT: %pgocount.i = load i64, i64* getelementptr inbounds ([1 x i64], [1 x i64]* @__profc__stdin__bar
+ %call = call i32 @bar()
----------------
Maybe add a one-line comment here saying why you have this test?
http://reviews.llvm.org/D21405
More information about the llvm-commits
mailing list