This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fold calls to ISHFTC()
ClosedPublic

Authored by klausler on Jul 22 2022, 12:06 PM.

Details

Summary

The integer arithmetic template supports ISHFTC() but the
integer intrinsic folding code had yet to call it; finish
the job.

Diff Detail

Event Timeline

klausler created this revision.Jul 22 2022, 12:06 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jul 22 2022, 12:06 PM
PeteSteinfeld accepted this revision.Jul 22 2022, 4:15 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Jul 22 2022, 4:15 PM
This revision was automatically updated to reflect the committed changes.