This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fixed substr access in embox/rebox CodeGen.
ClosedPublic

Authored by vzakhari on Apr 17 2023, 5:12 PM.

Details

Summary

The code was using the original operand of the operation, while
it should have been using the remapped operands via the adaptor.

Diff Detail

Event Timeline

vzakhari created this revision.Apr 17 2023, 5:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2023, 5:12 PM
vzakhari requested review of this revision.Apr 17 2023, 5:12 PM
This revision is now accepted and ready to land.Apr 17 2023, 7:40 PM
jeanPerier accepted this revision.Apr 18 2023, 5:06 AM

Thanks!

This revision was automatically updated to reflect the committed changes.