Files
clang-p2996/clang/test/OpenMP/barrier_codegen.cpp
Johannes Doerfert 232ce90541 [OpenMP][FIX] Adjust "known" attributes for runtime functions
This showed up when we started to deduce readnone for the argument of
__kmpc_global_thread_num. The known attributes for "getters" did not
allow to read arguments, but that is sometimes the case.
2023-07-14 17:01:48 -07:00

3.5 KiB