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

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 09:01:56 PDT 2017


tejohnson added inline comments.


================
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
----------------
danielcdh wrote:
> 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.
Ok thanks.


https://reviews.llvm.org/D38603





More information about the llvm-commits mailing list