This is an archive of the discontinued LLVM Phabricator instance.

[Flang] Move several definitions to IntrinsicCall header for code cleanliness and reusability
ClosedPublic

Authored by pscoro on May 30 2023, 8:09 AM.

Details

Summary

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.

Diff Detail

Event Timeline

pscoro created this revision.May 30 2023, 8:09 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
pscoro requested review of this revision.May 30 2023, 8:09 AM
pscoro updated this revision to Diff 526667.May 30 2023, 9:07 AM

Removed unneeded includes

pscoro edited the summary of this revision. (Show Details)May 30 2023, 9:16 AM
pscoro added reviewers: klausler, kkwli0, DanielCChen, tislam.
klausler edited reviewers, added: vzakhari, jeanPerier; removed: klausler.May 30 2023, 9:19 AM
This revision is now accepted and ready to land.May 30 2023, 12:14 PM