search for: libpolly

Displaying 5 results from an estimated 5 matches for "libpolly".

2016 Feb 03
4
opt with Polly doesn't find the passes
Hi Tobias, I tried to invoke other passes and none of them are available, e.g.: ~/toolchain/install/llvm-3.8/bin/opt -load ~/toolchain/install/llvm-3.8/lib/libPolly.so -polly-cleanup opt: Unknown command line argument '-polly-cleanup'. Try: '/home/fwinter/toolchain/install/llvm-3.8/bin/opt -help' opt: Did you mean '-polly-tiling'? I am just shooting around hoping to get a clue what's going on... On thing.. I recall reading the...
2016 Feb 03
3
opt with Polly doesn't find the passes
...ing polly regression tests Testing Time: 37.39s Expected Passes : 574 Expected Failures : 17 [100%] Built target check-polly Now, I like to follow the matmul example in polly. But whatever polly pass I am trying to run opt seem to not find it: opt -load ~/toolchain/install/llvm-3.8/lib/libPolly.so -S -polly-canonicalize matmul.s > matmul.preopt.ll opt: Unknown command line argument '-polly-canonicalize'. Try: 'opt -help' opt: Did you mean '-polly-delinearize'? I am sure that loading the library works, since opt -load ~/toolchain/install/llvm-3.8/lib/libPoll...
2016 Feb 03
2
opt with Polly doesn't find the passes
...02/03/2016 04:37 PM, Frank Winter wrote: >>>> Hi Tobias, >>>> >>>> I tried to invoke other passes and none of them are available, e.g.: >>>> >>>> ~/toolchain/install/llvm-3.8/bin/opt -load >>>> ~/toolchain/install/llvm-3.8/lib/libPolly.so -polly-cleanup >>>> >>>> opt: Unknown command line argument '-polly-cleanup'. Try: >>>> '/home/fwinter/toolchain/install/llvm-3.8/bin/opt -help' >>>> opt: Did you mean '-polly-tiling'? >>> >>> I assume -po...
2016 Feb 03
2
opt with Polly doesn't find the passes
.../03/2016 10:41 AM, Tobias Grosser wrote: > On 02/03/2016 04:37 PM, Frank Winter wrote: >> Hi Tobias, >> >> I tried to invoke other passes and none of them are available, e.g.: >> >> ~/toolchain/install/llvm-3.8/bin/opt -load >> ~/toolchain/install/llvm-3.8/lib/libPolly.so -polly-cleanup >> >> opt: Unknown command line argument '-polly-cleanup'. Try: >> '/home/fwinter/toolchain/install/llvm-3.8/bin/opt -help' >> opt: Did you mean '-polly-tiling'? > > I assume -polly-cleanup still shows in -help-hidden? No, it...
2012 Oct 22
5
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Oct 22, 2012, at 11:34 AM, Jack Howarth wrote: > Nick, > I have uploaded the full walk with 'set env DYLD_PRINT_INITIALIZERS'. It didn't seem very informative > as the dyld error occurs right after... > > (gdb) > llvm::sys::DynamicLibrary::getPermanentLibrary (filename=0x142903da8 "/sw/opt/llvm-3.2/lib/LLVMPolly.so", errMsg=0x7fff5fbfe6e0) at