[PATCH] D113273: [fir] TargetRewrite: Rewrite COMPLEX values

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 05:40:43 PDT 2021


rovka created this revision.
rovka added reviewers: schweitz, kiranchandramohan, tskeith, jeanPerier, awarzynski, mehdi_amini, clementval, AlexisPerry, PeteSteinfeld, pmccormick.
rovka added a project: Flang.
Herald added subscribers: jdoerfert, kristof.beyls.
rovka requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Rewrite function signatures and calls to functions that accept or return
COMPLEX values.

This patch is part of the effort for upstreaming the fir-dev branch.

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Kiran Chandramohan <kiran.chandramohan at arm.com>
Co-authored-by: Tim Keith <tkeith at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113273

Files:
  flang/include/flang/Optimizer/CodeGen/CGPasses.td
  flang/include/flang/Optimizer/CodeGen/CodeGen.h
  flang/lib/Optimizer/CodeGen/Target.cpp
  flang/lib/Optimizer/CodeGen/Target.h
  flang/lib/Optimizer/CodeGen/TargetRewrite.cpp
  flang/test/Fir/target-rewrite-boxchar.fir
  flang/test/Fir/target-rewrite-complex.fir
  flang/test/Fir/target.fir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113273.385046.patch
Type: text/x-patch
Size: 52777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211105/d17f4f97/attachment.bin>


More information about the llvm-commits mailing list