[PATCH] D47088: Fix aliasing of launder.invariant.group

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 17:10:56 PDT 2018


hfinkel added a comment.

In https://reviews.llvm.org/D47088#1105350, @Prazek wrote:

> In https://reviews.llvm.org/D47088#1105338, @hfinkel wrote:
>
> > What I want to know is: how did you decide what had to be modified? Did you just look for every place that handles returned arguments? If you had to describe to someone how to find the places that need modification, how would you do it? (because that's what we need in the comment).
>
>
> Yes, I pretty much checked every place that uses CaptureTracking and looked for special handling of calls or uses of getUnerlyingObject.


Okay.


Repository:
  rL LLVM

https://reviews.llvm.org/D47088





More information about the llvm-commits mailing list