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

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 18:08:08 PDT 2018


hfinkel accepted this revision.
hfinkel added a comment.

LGTM

This is still a bit convoluted, but I think that someone can now figure out what's going on from the comments. They also raise an interesting point of whether we should somehow separate out the capture-only-by-return case from the more-general case (although that's nothing to be addressed here).


Repository:
  rL LLVM

https://reviews.llvm.org/D47088





More information about the llvm-commits mailing list