Commit 62f31654 authored by Krzysztof Parzyszek's avatar Krzysztof Parzyszek
Browse files

[Flang][OpenMP] Separate creation of work-sharing and SIMD loops, NFC

These two constructs were both handled in `genOMP` for loop constructs.
There is some shared code between the two, but there are also enough
differences to separate these two cases into individual functions.

The shared code may be placed into a helper function later if needed.

Recursive lowering [1/5]
parent 959a430a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment