This is an archive of the discontinued LLVM Phabricator instance.

Fix the MSVC C compatibility of "inline" keyword in ISL
AbandonedPublic

Authored by sgundapa on Nov 20 2015, 1:37 PM.

Details

Summary

The ISL header isl_int_sioimath.h uses the keyword "inline" which
the MSVC C compiler is not compatable with. The equivalent keyword
for MSVC C is "__inline"

Diff Detail

Event Timeline

sgundapa updated this revision to Diff 40823.Nov 20 2015, 1:37 PM
sgundapa retitled this revision from to Fix the MSVC C compatibility of "inline" keyword in ISL.
sgundapa updated this object.
zinob edited edge metadata.Nov 30 2015, 12:16 PM

Looks good to me.

grosser edited edge metadata.Nov 30 2015, 3:00 PM

As this effects isl we need to upstream it first before committing this
to Polly. Michael Kruse resubmitted your patch to isl on the isl
development mailing list. We will reintegrate this change with the
next isl update. Thank you for your help!

Best,
Tobias

sgundapa abandoned this revision.Dec 1 2015, 9:56 PM

This will be brought in with an isl update.