[flang-commits] [PATCH] D139186: [flang] Lower unary operation to HLFIR

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Dec 2 03:02:52 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.

Lower not, negate, and complex component to HLFIR.
Parentheses is the only remaining operation, but needs some
care/thinking to properly deal with character/derived variables.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139186

Files:
  flang/lib/Lower/ConvertExprToHLFIR.cpp
  flang/test/Lower/HLFIR/unary-ops.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139186.479576.patch
Type: text/x-patch
Size: 7620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221202/a5e04fdf/attachment.bin>


More information about the flang-commits mailing list