This is an archive of the discontinued LLVM Phabricator instance.

[Flang] Make the TODO messages for intrinsics more consistent
ClosedPublic

Authored by PeteSteinfeld on Aug 18 2022, 2:40 PM.

Diff Detail

Event Timeline

PeteSteinfeld created this revision.Aug 18 2022, 2:40 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 18 2022, 2:40 PM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
PeteSteinfeld requested review of this revision.Aug 18 2022, 2:40 PM
vdonaldson added inline comments.Aug 18 2022, 3:06 PM
flang/lib/Lower/IntrinsicCall.cpp
3124

IEEE_IS_FINITE is not a language intrinsic. It is an intrinsic module procedure (from intrinsic module IEEE_ARITHMETIC). So the original message is correct.

Responding to Val's comment.

flang/lib/Lower/IntrinsicCall.cpp
3124

Thanks for clarifying. I'll fix this.

vdonaldson accepted this revision.Aug 23 2022, 1:28 PM

Thanks Pete!

This revision is now accepted and ready to land.Aug 23 2022, 1:28 PM
This revision was landed with ongoing or failed builds.Aug 23 2022, 1:51 PM
This revision was automatically updated to reflect the committed changes.