[PATCH] D69595: [Attributor] Make AANonNull perform context sensitive queries
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 02:03:23 PDT 2019
uenoku accepted this revision.
uenoku added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/Transforms/FunctionAttrs/nonnull.ll:598
+; BOTH-NEXT: [[TMP9:%.*]] = phi i32 [ 1, [[TMP4]] ], [ [[TMP10:%.*]], [[TMP8]] ]
+; BOTH-NEXT: tail call void @sink(i32* [[TMP6]])
+; BOTH-NEXT: [[TMP10]] = add nuw nsw i32 [[TMP9]], 1
----------------
Please add FIXME.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69595/new/
https://reviews.llvm.org/D69595
More information about the llvm-commits
mailing list