[all-commits] [llvm/llvm-project] 2908fc: [OpenMP] Use irbuilder as default for masked and m...
Chi-Chun, Chen via All-commits
all-commits at lists.llvm.org
Fri Sep 17 14:01:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2908fc0d3f16f873b5019f1c62a24482c2b75e36
https://github.com/llvm/llvm-project/commit/2908fc0d3f16f873b5019f1c62a24482c2b75e36
Author: cchen <chichun.chen at hpe.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/masked_codegen.cpp
M clang/test/OpenMP/master_codegen.cpp
Log Message:
-----------
[OpenMP] Use irbuilder as default for masked and master construct
Use irbuilder as default and remove redundant Clang codegen for masked construct and master construct.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D100874
More information about the All-commits
mailing list