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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 07:01:59 PDT 2018


xbolva00 added inline comments.


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


Repository:
  rL LLVM

https://reviews.llvm.org/D32673





More information about the llvm-commits mailing list