bondhugula / pluto

Pluto: An automatic polyhedral parallelizer and locality optimizer
http://pluto-compiler.sourceforge.net
MIT License
259 stars 65 forks source link

[Only QUERY] Any plan to update Pluto for LLVM 18.x release? #102

Open pal-stdr opened 2 months ago

pal-stdr commented 2 months ago

Updated pet and isl to their latest release versions. It now builds with clang 16 as well (tested with clang-16.0.6). https://github.com/bondhugula/pluto/issues/99#issuecomment-1837132084

I have tested with clang-16.0.6 and it is working. 🎉 🙏

Just one query. Do you have any plan to also add support for clang-18.x.x releases?

Thanks in advance! Kind Regards...

bondhugula commented 1 month ago

pet (which is a submodule pluto depends on) supports clang up to 16.0. So that'll be the more recent one we can support.