[flang-commits] [PATCH] D140023: [flang] Add hlfir.apply definition

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Dec 14 06:28:55 PST 2022


jeanPerier created this revision.
jeanPerier added a reviewer: clementval.
jeanPerier added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a project: All.
jeanPerier requested review of this revision.

hlfir.apply allows retrieving element values from an array expression
value. See https://github.com/llvm/llvm-project/blob/main/flang/docs/HighLevelFIR.md
for more detail.

Depends on D140015 <https://reviews.llvm.org/D140015>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140023

Files:
  flang/include/flang/Optimizer/HLFIR/HLFIROpBase.td
  flang/include/flang/Optimizer/HLFIR/HLFIROps.td
  flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
  flang/test/HLFIR/apply.fir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140023.482840.patch
Type: text/x-patch
Size: 5472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221214/85a4562b/attachment-0001.bin>


More information about the flang-commits mailing list