[flang][OpenMP] Remove `OmpEndLoopDirective` handles from code.
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Thu, 15 Apr 2021 16:25:43 +0000 (21:55 +0530)
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Thu, 15 Apr 2021 18:30:07 +0000 (00:00 +0530)
commit5064a34165ccadf4718b2c159eff41f008261681
tree3b492e1cd771023f61a43c62c65c4e2f1bbe464b
parent1656df13daa146afeb75ad832c94830a1f47d9cf
[flang][OpenMP] Remove `OmpEndLoopDirective` handles from code.

This directive is currently lowered as NOP.

Patch is an attempt upstream code from:
PR: https://github.com/flang-compiler/f18-llvm-project/pull/573

Reviewed By: kiranchandramohan, schweitz, clementval

Differential Revision: https://reviews.llvm.org/D100576
flang/include/flang/Lower/OpenMP.h
flang/lib/Lower/OpenMP.cpp