This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix capitalization of "ishft"
ClosedPublic

Authored by PeteSteinfeld on Oct 8 2021, 11:32 AM.

Details

Summary

We weren't recognizing the ISHFT intrinsic because the code had
incorrectly capitalized it.

Diff Detail

Event Timeline

PeteSteinfeld created this revision.Oct 8 2021, 11:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2021, 11:32 AM
PeteSteinfeld requested review of this revision.Oct 8 2021, 11:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2021, 11:32 AM
klausler accepted this revision.Oct 8 2021, 12:57 PM
This revision is now accepted and ready to land.Oct 8 2021, 12:57 PM
This revision was automatically updated to reflect the committed changes.