This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Move IntrinsicCall to Optimizer/Builder/ 6/6
ClosedPublic

Authored by tblah on Feb 1 2023, 8:18 AM.

Details

Summary

This will allow IntrinsicCall to be used in passes to implement hlfir
transformational intrinsic operations.

Diff Detail

Event Timeline

tblah created this revision.Feb 1 2023, 8:18 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
tblah requested review of this revision.Feb 1 2023, 8:18 AM
jeanPerier accepted this revision.Feb 2 2023, 2:30 AM

Thanks for all the refactoring, this looks good to me.

This revision is now accepted and ready to land.Feb 2 2023, 2:30 AM
This revision was automatically updated to reflect the committed changes.