This is an archive of the discontinued LLVM Phabricator instance.

[PATCH 13/27] [noalias] [BasicAA] look through noalias intrisics
Needs ReviewPublic

Authored by jeroen.dobbelaere on Oct 4 2019, 2:53 PM.

Details

Reviewers
hfinkel
jdoerfert
Summary

This is part of the series started by D68484.

BasicAA is allowed to look through noalias intrinsics.

Note: this is a stable point and tests should run fine with the patches applied up to this point.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2019, 2:53 PM
jeroen.dobbelaere retitled this revision from [PATCH 22/38] [noalias] [BasicAA] look through noalias intrisics to [PATCH 13/26] [noalias] [BasicAA] look through noalias intrisics.
jeroen.dobbelaere retitled this revision from [PATCH 13/26] [noalias] [BasicAA] look through noalias intrisics to [PATCH 13/27] [noalias] [BasicAA] look through noalias intrisics.

Rebased to 9fb46a452d4e5666828c95610ceac8dcd9e4ce16 (September 7, 2020)