[all-commits] [llvm/llvm-project] a78152: [OPENMP50]Codegen support for order(concurrent) cl...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Feb 3 09:34:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a781521867e9952e8d5856e10bf900b37f8ec4e8
https://github.com/llvm/llvm-project/commit/a781521867e9952e8d5856e10bf900b37f8ec4e8
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/for_codegen.cpp
A clang/test/OpenMP/target_teams_distribute_parallel_for_order_codegen.cpp
Log Message:
-----------
[OPENMP50]Codegen support for order(concurrent) clause.
Emit llvm parallel access metadata for the loops if they are marked as
order(concurrent).
More information about the All-commits
mailing list