This patch is the upstream from sections lowering PR on fir-dev branch (this PR).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
flang/lib/Lower/OpenMP.cpp | ||
---|---|---|
305 | nit: I think this auto is OmpClause. Can we spell it out if it is small? |
Comment Actions
Super-nit: The filename omp-sections.f90 is not in sync with the other filenames in the folder. I do not have an opinion of one way or another, but it would be nice to stick to one naming style.
Nit: Can we use gen instead of handle to be consistent with other function names in Openmp.cpp?