[flang][hlfir] Lower ordered elemental subroutine calls.
This patch sets `unordered` `fir.do_loop` attribute during lowering of elemental subroutine calls to HLFIR, when it is safe to do so. Proper handling of `hlfir.elemental` will be done in a separate patch. Reviewed By: jeanPerier, tblah Differential Revision: https://reviews.llvm.org/D154031
Loading
Please sign in to comment