This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Document Fortran aliasing rules
ClosedPublic

Authored by klausler on Oct 4 2022, 3:08 PM.

Details

Summary

Summarize current understanding of Fortran's guarantees to a compiler
(or in other words, restrictions on programs and programmers)
about aliasing.

Diff Detail

Event Timeline

klausler created this revision.Oct 4 2022, 3:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2022, 3:08 PM
klausler requested review of this revision.Oct 4 2022, 3:08 PM
PeteSteinfeld accepted this revision.Oct 4 2022, 7:43 PM

Well done!

This revision is now accepted and ready to land.Oct 4 2022, 7:43 PM
This revision was automatically updated to reflect the committed changes.