[PATCH] D99589: [test, InferFunctionAttrs] Fix use of var defined in CHECK-NOT
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 31 10:36:58 PDT 2021
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
LGTM with a minor nit.
================
Comment at: llvm/test/Transforms/InferFunctionAttrs/annotate.ll:1032-1033
+
+; CHECK-DARWIN: attributes [[ARGMEMONLY_NOFREE]] = { argmemonly nofree }
+; CHECK-NVPTX: attributes [[NOFREE_NOUNWIND_READNONE]] = { nofree nounwind readnone }
----------------
These should probably be `-DAG`, too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99589/new/
https://reviews.llvm.org/D99589
More information about the llvm-commits
mailing list