This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Relax the condition on the jsop accesses regarding the alignment
ClosedPublic

Authored by jdoerfert on Oct 8 2014, 1:24 PM.

Details

Summary
We restricted the new access functions to be a subset of the old one
because we want to keep the alignment, however if the alignment is
"not special", thus the default for the type, we can allow any
acceess.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert updated this revision to Diff 14595.Oct 8 2014, 1:24 PM
jdoerfert retitled this revision from to [Polly] Relax the condition on the jsop accesses regarding the alignment.
jdoerfert updated this object.
jdoerfert added subscribers: Restricted Project, Unknown Object (MLST).
grosser accepted this revision.Oct 10 2014, 8:12 AM
grosser edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 10 2014, 8:12 AM
jdoerfert closed this revision.Oct 10 2014, 8:25 AM
jdoerfert updated this revision to Diff 14732.

Closed by commit rL219503 (authored by @jdoerfert).