[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 06:58:46 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) {
----------------
amharc wrote:
> `s/nocaptureBarriers/nocaptureLaunder/`
Please fix it and rerun with update_test_checks
Repository:
rL LLVM
https://reviews.llvm.org/D32673
More information about the llvm-commits
mailing list