This is an archive of the discontinued LLVM Phabricator instance.

[Polly] We do not support alias checks for basepointers defined inside the SCoP
ClosedPublic

Authored by grosser on Sep 24 2014, 12:47 PM.

Details

Summary

The run-time alias check places code that involves the base pointer at the
beginning of the SCoP. This breaks if the base pointer is defined inside the
scop. Hence, we can only use it if we are sure the base pointer is not an
instruction defined inside the scop. Otherwise we refuse to handle the SCoP.

This commit should unbreak some of our current LNT failures.

Diff Detail

Repository
rL LLVM

Event Timeline

grosser updated this revision to Diff 14048.Sep 24 2014, 12:47 PM
grosser retitled this revision from to [Polly] We do not support alias checks for basepointers defined inside the SCoP.
grosser updated this object.
grosser edited the test plan for this revision. (Show Details)
grosser added a reviewer: jdoerfert.
grosser added a subscriber: Unknown Object (MLST).
grosser updated this revision to Diff 14052.Sep 24 2014, 1:58 PM

Remove dump statement

jdoerfert accepted this revision.Sep 24 2014, 2:07 PM
jdoerfert edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 24 2014, 2:07 PM
grosser closed this revision.Sep 24 2014, 2:14 PM
grosser updated this revision to Diff 14053.

Closed by commit rL218412 (authored by @grosser).