This is an archive of the discontinued LLVM Phabricator instance.

[flang] Correct folding of CSHIFT and EOSHIFT for DIM>1
ClosedPublic

Authored by klausler on Jun 3 2022, 3:48 PM.

Details

Summary

The algorithm was wrong for higher dimensions, and so were
the expected test results. Rework.

Diff Detail

Event Timeline

klausler created this revision.Jun 3 2022, 3:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 3:48 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Jun 3 2022, 3:48 PM
vdonaldson accepted this revision.Jun 3 2022, 4:45 PM
This revision is now accepted and ready to land.Jun 3 2022, 4:45 PM
klausler updated this revision to Diff 434232.Jun 3 2022, 6:33 PM

Update some test results.

This revision was automatically updated to reflect the committed changes.