search for: kariddi

Displaying 10 results from an estimated 10 matches for "kariddi".

2011 Nov 14
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...terminated process in gdb: (gdb) bt #0 0x0000000101828422 in __gmpn_gcd_1 () #1 0x00000001018102ea in __gmpz_gcd () #2 0x0000000101cd0f33 in isl_aff_scale_down () #3 0x0000000101a5a175 in polly::MemoryAccess::MemoryAccess (this=0x101911ed0, Access=@0x10190fc48, Statement=0x10190ffa0) at /Users/Kariddi/Documents/Sviluppo/Tesi/llvm/tools/polly/lib/Analysis/ScopInfo.cpp:308 #4 0x0000000101a5b22a in polly::ScopStmt::buildAccesses (this=0x10190ffa0, tempScop=@0x10190eb70, CurRegion=@0x10190eed0) at /Users/Kariddi/Documents/Sviluppo/Tesi/llvm/tools/polly/lib/Analysis/ScopInfo.cpp:588 #5 0x0000000101...
2011 Oct 23
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...p.c -O3 -Xclang -load -Xclang > ${PATH_TO_POLLY_LIB}/LLVMPolly.dylib -mllvm -enable-polly-viewer > -mllvm -enable-iv-rewrite I documented the use of Polly in clang on a new website: http://polly.grosser.es/example_load_Polly_into_clang.html > error: unable to load plugin > '/Users/Kariddi/Documents/Sviluppo/Tesi/git-prefix/lib//LLVMPolly.dylib': > 'dlopen(/Users/Kariddi/Documents/Sviluppo/Tesi/git-prefix/lib//LLVMPolly.dylib, > 9): Symbol not found: __ZN4llvm10RegionInfo2IDE > Referenced from: > /Users/Kariddi/Documents/Sviluppo/Tesi/git-prefix/lib//LLVMPolly....
2011 Oct 22
5
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...he last version, but I get this error launching clang (also , I recently switched to MacOS X for development): $ clang not_so_simple_loop.c -O3 -Xclang -load -Xclang ${PATH_TO_POLLY_LIB}/LLVMPolly.dylib -mllvm -enable-polly-viewer -mllvm -enable-iv-rewrite error: unable to load plugin '/Users/Kariddi/Documents/Sviluppo/Tesi/git-prefix/lib//LLVMPolly.dylib': 'dlopen(/Users/Kariddi/Documents/Sviluppo/Tesi/git-prefix/lib//LLVMPolly.dylib, 9): Symbol not found: __ZN4llvm10RegionInfo2IDE Referenced from: /Users/Kariddi/Documents/Sviluppo/Tesi/git-prefix/lib//LLVMPolly.dylib Expected in:...
2011 Nov 02
5
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...p;) + 172 > 27 libLLVM-3.1svn.dylib 0x0000000103a10491 > llvm::PassManager::run(llvm::Module&) + 33 > 28 opt                  0x00000001032dbb76 main + 6966 > 29 opt                  0x00000001032ca5a4 start + 52 > Stack dump: > 0.      Program arguments: opt -load > /Users/Kariddi/Documents/Sviluppo/Tesi/git-prefix/lib//LLVMPolly.dylib > -polly-scops -analyze strange_pointer.preopt.ll > 1.      Running pass 'Function Pass Manager' on module 'strange_pointer.preopt.ll'. > 2.      Running pass 'Region Pass Manager' on function '@main' &...
2011 Oct 24
1
[LLVMdev] How to make Polly ignore some non-affine memory accesses
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 op...
2011 Oct 27
2
[LLVMdev] How to make Polly ignore some non-affine memory accesses
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'? >> &gt...
2011 Oct 08
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
On 10/07/2011 03:43 PM, Marcello Maggioni wrote: > 2011/10/7 Marcello Maggioni<hayarms at gmail.com>: >> Hi, >> >> for example this loop: >> >> #include<stdio.h> >> >> int main() >> { >> int A[1024]; >> int j, k=10; >> for (j = 1; j< 1024; j++) >> A[j] =
2011 Nov 01
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...vm::PassManagerImpl::run(llvm::Module&) + 172 27 libLLVM-3.1svn.dylib 0x0000000103a10491 llvm::PassManager::run(llvm::Module&) + 33 28 opt 0x00000001032dbb76 main + 6966 29 opt 0x00000001032ca5a4 start + 52 Stack dump: 0. Program arguments: opt -load /Users/Kariddi/Documents/Sviluppo/Tesi/git-prefix/lib//LLVMPolly.dylib -polly-scops -analyze strange_pointer.preopt.ll 1. Running pass 'Function Pass Manager' on module 'strange_pointer.preopt.ll'. 2. Running pass 'Region Pass Manager' on function '@main' 3. Running pass 'Polly...
2011 Oct 26
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
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'...
2011 Oct 07
1
[LLVMdev] How to make Polly ignore some non-affine memory accesses
I add also the output of these commands: [hades at artemis examples]$ ./compile_ex.sh super_simple_loop Printing analysis 'Polly - Detect Scops in functions' for function 'main': [hades at artemis examples]$ modifying it in : #include <stdio.h> int main() { int A[1024]; int j, k=10; for (j = 0; j < 1024; j++) A[j] = k;