[PATCH] D74691: [Attributor] add some pattern to containsCycle
omar ahmed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 14:46:28 PST 2020
omarahmed marked an inline comment as done.
omarahmed added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/read_write_returned_arguments_scc.ll:165
; CHECK: attributes #{{.*}} = { nosync nounwind }
+; CHECK: attributes #{{.*}} = { norecurse nosync nounwind willreturn }
; CHECK-NOT: attributes #
----------------
I don't understand this checks here at the end and this line was the only error that exists from the default tests but i don't understand , I added it for asking about it :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74691/new/
https://reviews.llvm.org/D74691
More information about the llvm-commits
mailing list