[all-commits] [llvm/llvm-project] dcec2a: [OPENMP50]Simplify processing of context selector ...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Tue Nov 5 13:12:51 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dcec2ac4f353c3813f45392dbd0b4d3c5ee66e06
      https://github.com/llvm/llvm-project/commit/dcec2ac4f353c3813f45392dbd0b4d3c5ee66e06
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp

  Log Message:
  -----------
  [OPENMP50]Simplify processing of context selector scores.

If the context selector score was not specified, its value must be set
to 0. Simplify the processing of unspecified scores + save memory in
attribute representation.




More information about the All-commits mailing list