This is an archive of the discontinued LLVM Phabricator instance.

[RFC][CodeGen] Emit range metadata for array subscript.
Needs ReviewPublic

Authored by courbet on Mar 24 2021, 2:13 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

To allow LLVM to do better alias anaysis. See RFC on llvm-dev.

Diff Detail

Event Timeline

courbet requested review of this revision.Mar 24 2021, 2:13 AM
courbet created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2021, 2:13 AM
courbet updated this revision to Diff 332931.Mar 24 2021, 3:56 AM

Forgot to add test file.