To use polly with clang I just need to compile polly together with llvm and clang (just check it out and put it in the correct directory before compiling), load it as a clang plugin, and then enable -mllvm polly.
It would be nice if:
This would allow to start experimenting with polly, to e.g. make sure that it gets proper aliasing information for Rust.
To use polly with clang I just need to compile polly together with llvm and clang (just check it out and put it in the correct directory before compiling), load it as a clang plugin, and then enable
-mllvm polly.It would be nice if:
/lib/LLVMPolly.soas a plugin-mllvm polly.-mllvm -polly-option_name=valuedance over and over again.This would allow to start experimenting with polly, to e.g. make sure that it gets proper aliasing information for Rust.