[flang][hlfir] Parse unordered attribute for elemental operations.
By default, `hlfir.elemental` and `hlfir.elemental_addr` must process the elements in order. The `unordered` attribute may be set, if it is safe to process the elements out of order. This patch just adds parsing support for the new attribute. Reviewed By: jeanPerier, tblah Differential Revision: https://reviews.llvm.org/D154032
Loading
Please sign in to comment