[LLVMdev] How to make Polly ignore some non-affine memory accesses

Marcello Maggioni hayarms at gmail.com
Wed Oct 26 17:15:24 PDT 2011


Perfect, thank you very much :)

2011/10/26 Tobias Grosser <tobias at grosser.es>:
> On 10/24/2011 11:32 PM, Marcello Maggioni wrote:
>>
>> Strange , with --enable-shared (I use auto tool by the way ...) it gives:
>>
>> MacBook-Pro-di-Marcello:examples Kariddi$ ./compile_ex.sh
>> not_so_simple_loop
>> clang (LLVM option parsing): Unknown command line argument
>> '-enable-polly-viewer'.  Try: 'clang (LLVM option parsing) -help'
>> clang (LLVM option parsing): Did you mean '-enable-polly-vector'?
>>
>> Seems like it doesn't compile the viewer option ...
>
> This error message is because the option name was changed. Try -polly-show.
>
> Furthermore, I plan to commit the change to clang, that solves the failure
> when loading clang. Though it will probably take a day until it gets through
> review.
>
> Cheers
> Tobi
>




More information about the llvm-dev mailing list