[PATCH] D84751: [Attributor][Not for commit] Make call site specific deduction default.
Kuter Dinel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 07:59:47 PDT 2020
kuter planned changes to this revision.
kuter added a comment.
Some Attributes that have CBContext doesn't seem to be querying the CB specific attributes.
I will update this once I have a solution.
================
Comment at: llvm/test/Transforms/Attributor/nocapture-2.ll:319
; CHECK: cond.false:
-; CHECK-NEXT: [[CALL2:%.*]] = call dereferenceable_or_null(4) i8* @scc_C(i16* noalias nofree nonnull readnone dereferenceable(4) "no-capture-maybe-returned" [[A]])
+; CHECK-NEXT: [[CALL2:%.*]] = call nonnull dereferenceable(4294967295) i8* @scc_C(i16* noalias nofree nonnull readnone dereferenceable(4) "no-capture-maybe-returned" [[A]])
; CHECK-NEXT: br label [[COND_END]]
----------------
Is this normal ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84751/new/
https://reviews.llvm.org/D84751
More information about the llvm-commits
mailing list