[all-commits] [llvm/llvm-project] e0df10: [Flang] Move several definitions to IntrinsicCall ...
pscoro via All-commits
all-commits at lists.llvm.org
Wed May 31 08:04:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0df106818ccb90dc46c5296ed5ef2eda75564ff
https://github.com/llvm/llvm-project/commit/e0df106818ccb90dc46c5296ed5ef2eda75564ff
Author: Paul Scoropan <1paulscoropan at gmail.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
Log Message:
-----------
[Flang] Move several definitions to IntrinsicCall header for code cleanliness and reusability
In the future we intend to add support for many PowerPC-specific intrinsics that ideally will exist in a separate new PPCIntrinsicCall file. But first we need to move definitions to the IntrinsicCall header file to increase code cleanliness and readability and to make code reusable for when we add PPCIntrinsicCall.
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D151715
More information about the All-commits
mailing list