[PATCH] D69984: [OpenMP][Opt] Annotate known runtime functions and deduplicate more
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 13:07:36 PST 2019
ABataev added inline comments.
================
Comment at: llvm/test/Transforms/OpenMP/add_attributes.ll:519
+; CHECK: ; Function Attrs: nofree nosync nounwind readonly
+; CHECK-NEXT: declare dso_local i32 @omp_get_max_active_levels() #1
+
----------------
The checks require some cleanup, I think
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69984/new/
https://reviews.llvm.org/D69984
More information about the llvm-commits
mailing list