This is an archive of the discontinued LLVM Phabricator instance.

OpenMP: Use inbounds in EmitOMPAggregateAssign
ClosedPublic

Authored by arsenm on Jan 12 2023, 8:20 AM.

Details

Summary

This looked like a plausibly correct out of tree patch.
The changed testcases with the pragmas stripped out only use
inbounds GEPs so I assume this is correct.

Diff Detail

Event Timeline

arsenm created this revision.Jan 12 2023, 8:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2023, 8:20 AM
arsenm requested review of this revision.Jan 12 2023, 8:20 AM
arsenm edited the summary of this revision. (Show Details)Jan 12 2023, 8:22 AM
This revision is now accepted and ready to land.Jan 12 2023, 10:10 AM