[PATCH] D38603: Directly return promoted direct call instead of rely on stripPointerCast.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 08:54:23 PDT 2017


danielcdh marked an inline comment as done.
danielcdh added a comment.

Thanks.



================
Comment at: test/Transforms/SampleProfile/indirect-call.ll:100
+; CHECK-LABEL: @return_arg_caller
+; Checks if the promoted indirect call returns a parameter that was returned
+; by the a previous direct call. Both direct call and promoted indirect call
----------------
tejohnson wrote:
> How is it checking the returned parameter?
Updated the comment to make it clearer. Please let me know if that clarifies the question.


https://reviews.llvm.org/D38603





More information about the llvm-commits mailing list