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

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 20 15:51:06 PST 2022


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

Further, simplified the patch. Removed some un-necessary code from ConvertExpr.cpp,
minimised headers in IntrinsicCall.cpp, added and moved test.


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/Intrinsics/iand.f90

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


More information about the llvm-commits mailing list