This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Use C99 to compile ISL
ClosedPublic

Authored by Meinersbur on Jun 22 2015, 12:25 PM.

Details

Reviewers
grosser
Summary

ISL with small integer optimization requires C99 to compile. gcc < 5.0 still uses C89 as default, so we need to enable the options to compile in C99 mode.

The actual activation of small integer optimization will follow after this commit.

Diff Detail

Event Timeline

Meinersbur retitled this revision from to [Polly] Use C99 to compile ISL.
Meinersbur updated this object.
Meinersbur edited the test plan for this revision. (Show Details)
Meinersbur added a reviewer: grosser.
Meinersbur added a project: Restricted Project.
Meinersbur added subscribers: Unknown Object (MLST), pollydev.
grosser accepted this revision.Jun 22 2015, 12:37 PM
grosser edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 22 2015, 12:37 PM
Meinersbur closed this revision.Jun 22 2015, 2:20 PM

Committed as r240322