[all-commits] [llvm/llvm-project] d2f1f5: [flang][OpenMP] Place the insertion point to the s...
Sourabh Singh Tomar via All-commits
all-commits at lists.llvm.org
Fri Sep 25 11:27:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d2f1f530430e9dbdd69c3ed173ced076f4bb933e
https://github.com/llvm/llvm-project/commit/d2f1f530430e9dbdd69c3ed173ced076f4bb933e
Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
Log Message:
-----------
[flang][OpenMP] Place the insertion point to the start of the block
After skeleton of the `Parallel Op` is created set the insertion point to start of the block. So that later `CodeGen` can proceed.
Note: This patch reflects the work that can be upstreamed from PR(merged)
PR: https://github.com/flang-compiler/f18-llvm-project/pull/424
Reviewed By: schweitz, kiranchandramohan
Differential Revision: https://reviews.llvm.org/D88221
More information about the All-commits
mailing list