[PATCH] D32673: [CaptureTracking] Handle capturing of launder.invariant.group

Piotr Padlewski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 03:20:51 PDT 2018


Prazek added inline comments.


================
Comment at: llvm/test/Transforms/FunctionAttrs/nocapture.ll:224
+
+; CHECK: nocaptureBarriers(i8* nocapture %p)
+define void @nocaptureLaunder(i8* %p) {
----------------
xbolva00 wrote:
> xbolva00 wrote:
> > amharc wrote:
> > > `s/nocaptureBarriers/nocaptureLaunder/`
> > Please fix it and rerun with update_test_checks
> Dont forget to run "ninja check-llvm"
Yea I know, I was just rebasing in rush.


Repository:
  rL LLVM

https://reviews.llvm.org/D32673





More information about the llvm-commits mailing list