This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix integer CASE constant typing
ClosedPublic

Authored by klausler on Sep 1 2020, 10:24 AM.

Details

Summary

Don't use just 128-bit integer as the type for integer
CASE statement constants. Use the actual type of the
literal constants that appeared.

Diff Detail

Event Timeline

klausler created this revision.Sep 1 2020, 10:24 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Sep 1 2020, 10:24 AM
PeteSteinfeld accepted this revision.Sep 1 2020, 10:57 AM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Sep 1 2020, 10:57 AM
klausler closed this revision.Sep 2 2020, 10:33 AM