[llvm-branch-commits] [flang] [flang][OpenMP] Convert DataSharingProcessor to omp::Clause (PR #81629)
Kiran Chandramohan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 4 14:31:45 PST 2024
================
@@ -135,138 +133,135 @@ void DataSharingProcessor::insertBarrier() {
void DataSharingProcessor::insertLastPrivateCompare(mlir::Operation *op) {
bool cmpCreated = false;
mlir::OpBuilder::InsertPoint localInsPt = firOpBuilder.saveInsertionPoint();
- for (const Fortran::parser::OmpClause &clause : opClauseList.v) {
----------------
kiranchandramohan wrote:
Are there code changes here or is it only the replacement of `parser::OmpClause` with `omp::Clause`?
https://github.com/llvm/llvm-project/pull/81629
More information about the llvm-branch-commits
mailing list