[PATCH] D119990: [WIP][Flang] Initial patch to lower a Fortran intrinsic

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 19 16:41:16 PST 2022


kiranchandramohan updated this revision to Diff 410117.
kiranchandramohan added a comment.

Further, simplified the patch. Removed un-necessary changes in ConvertType.cpp,
ConvertType.h, Utils.h, AbstractConverter.h, Bridge.cpp, removed usage of
StatementContext and the file that contains its definition.

While this patch is close to getting ready, there are further simplifications
possible in ConvertExpr.cpp and IntrinsicCall.cpp. Patch continues to be a WIP.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119990/new/

https://reviews.llvm.org/D119990

Files:
  flang/include/flang/Lower/IntrinsicCall.h
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/ConvertExpr.cpp
  flang/lib/Lower/IntrinsicCall.cpp
  flang/test/Lower/stop-statement.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119990.410117.patch
Type: text/x-patch
Size: 21391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220220/c26d23dc/attachment.bin>


More information about the llvm-commits mailing list