[PATCH] D119990: [WIP][Flang] Initial patch to lower a Fortran intrinsic
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 18 14:16:05 PST 2022
kiranchandramohan updated this revision to Diff 410026.
kiranchandramohan added a comment.
Further, simplify the patch. Remove un-necessary changes in OpenMP.cpp, OpenACC.cpp, Runtime.cpp. Remove pgmath, llvm intrinsic, runtime call lowering in IntrinsicCall.cpp.
More cleanup and simplification required. Continues as 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/AbstractConverter.h
flang/include/flang/Lower/ConvertExpr.h
flang/include/flang/Lower/ConvertType.h
flang/include/flang/Lower/IntrinsicCall.h
flang/include/flang/Lower/StatementContext.h
flang/include/flang/Lower/Support/Utils.h
flang/lib/Lower/Bridge.cpp
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/ConvertExpr.cpp
flang/lib/Lower/ConvertType.cpp
flang/lib/Lower/IntrinsicCall.cpp
flang/test/Lower/stop-statement.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119990.410026.patch
Type: text/x-patch
Size: 41371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220218/8927bd23/attachment.bin>
More information about the llvm-commits
mailing list