[all-commits] [llvm/llvm-project] 66da4f: [OPENMP]Fix PR48658: [OpenMP 5.0] Compiler crash w...

cilkplus via All-commits all-commits at lists.llvm.org
Wed Mar 31 12:59:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66da4f6fc9c1cd2a63f089b9888729292f0709f8
      https://github.com/llvm/llvm-project/commit/66da4f6fc9c1cd2a63f089b9888729292f0709f8
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/test/OpenMP/atomic_codegen.cpp

  Log Message:
  -----------
  [OPENMP]Fix PR48658: [OpenMP 5.0] Compiler crash when OpenMP atomic sync hints used.

No need to consider hint clause kind as the main atomic clause kind at the
codegen.

Differential Revision: https://reviews.llvm.org/D99611




More information about the All-commits mailing list