[PATCH] D60761: [FunctionAttrs] Remove readonly and writeonly assertion
Vivek Pandya via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 09:36:57 PDT 2019
vivekvpandya added inline comments.
================
Comment at: llvm/test/Transforms/FunctionAttrs/read-write-scc.ll:20
+
+; CHECK: attributes #0 = { nounwind }
----------------
while running check-all after your patch I am getting this lit test failed.
I am getting string
attributes #0 = { nofree nounwind }
could you please check this against tot?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60761/new/
https://reviews.llvm.org/D60761
More information about the llvm-commits
mailing list