[flang] Add hlfir.elemental and hlfir.yield_element definition
hlfir.elemental is the operation that will allow representing all Fortran elemental expressions and more as functions of the indices. See https://github.com/llvm/llvm-project/blob/main/flang/docs/HighLevelFIR.md for more details about it. Also add hlfir.yield_elemement which is the hlfir.elemental region terminator. Differential Revision: https://reviews.llvm.org/D140015
Loading
Please sign in to comment