search for: single_do_loop_scev_replace

Displaying 17 results from an estimated 17 matches for "single_do_loop_scev_replace".

2012 Nov 01
2
[LLVMdev] piping into lli broken on darwin
..._do_loop_int_max_iterations > > ^ > > which was the other half for the gnutls fix. > > Can you check if the IR file specifies a target triple which doesn't > match the current platform? > > -Eli Eli, The polly testsuite only has a single file for CodeGen/single_do_loop_scev_replace.ll which has... ; RUN: opt %loadPolly %defaultOpts -polly-cloog -analyze %s | FileCheck %s ; RUN: opt %loadPolly %defaultOpts %s | lli %EatErrOnX86 ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s | lli %EatErrOnX86 ; ModuleID = 'single_do_loop_scev_replace.s' target datalayout = &quot...
2011 Jun 08
2
[LLVMdev] Polly test and example
...Polly :: CodeGen/loop_with_condition_2.ll Polly :: CodeGen/loop_with_condition_ineq.ll Polly :: CodeGen/loop_with_condition_nested.ll Polly :: CodeGen/reduction_2.ll Polly :: CodeGen/sequential_loops.ll Polly :: CodeGen/single_do_loop_int_max_iterations.ll Polly :: CodeGen/single_do_loop_scev_replace.ll Polly :: CodeGen/single_loop.ll Polly :: CodeGen/single_loop_param.ll Expected Passes : 102 Expected Failures : 29 Unexpected Failures: 11 make[3]: *** [tools/polly/test/CMakeFiles/polly-test] Error 1 make[2]: *** [tools/polly/test/CMakeFiles/polly-test.dir/all] Error 2 make[1...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...ce bugreport. I committed a fix in 166402 > Do you have any comments on failing tests we are seeing on x86_64-apple-darwin11? > > Failing Tests (5): > Polly :: CodeGen/do_pluto_matmult.ll > Polly :: CodeGen/single_do_loop_int_max_iterations.ll > Polly :: CodeGen/single_do_loop_scev_replace.ll I have some guesses for these, but it would be good to get run llvm-lit -v on these three test cases. > Polly :: IslCodeGen/single_loop_param_less_equal.ll > Polly :: IslCodeGen/single_loop_param_less_than.ll This is due to the use of an old isl version. I will change configu...
2012 Nov 01
0
[LLVMdev] piping into lli broken on darwin
...; ^ >> > which was the other half for the gnutls fix. >> >> Can you check if the IR file specifies a target triple which doesn't >> match the current platform? >> >> -Eli > > Eli, > The polly testsuite only has a single file for CodeGen/single_do_loop_scev_replace.ll which has... > > ; RUN: opt %loadPolly %defaultOpts -polly-cloog -analyze %s | FileCheck %s > ; RUN: opt %loadPolly %defaultOpts %s | lli %EatErrOnX86 > ; RUN: opt %loadPolly %defaultOpts -polly-codegen %s | lli %EatErrOnX86 > ; ModuleID = 'single_do_loop_scev_replace.s' &...
2012 Nov 01
0
[LLVMdev] piping into lli broken on darwin
On Wed, Oct 31, 2012 at 5:01 PM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: > On Wed, Oct 31, 2012 at 04:43:42PM -0700, Eli Friedman wrote: >> On Wed, Oct 31, 2012 at 4:33 PM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: >> > On Wed, Oct 31, 2012 at 03:53:50PM -0700, Eli Friedman wrote: >> >> On Wed, Oct 31, 2012 at 8:43 AM, Jack Howarth
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...without issues in finding LLVMPolly.so. Thanks for fixing this so quickly. Do you have any comments on failing tests we are seeing on x86_64-apple-darwin11? Failing Tests (5): Polly :: CodeGen/do_pluto_matmult.ll Polly :: CodeGen/single_do_loop_int_max_iterations.ll Polly :: CodeGen/single_do_loop_scev_replace.ll Polly :: IslCodeGen/single_loop_param_less_equal.ll Polly :: IslCodeGen/single_loop_param_less_than.ll Are these darwin-specific or due to the fact that I am using isl 0.10 and cloog 0.17 rather than their the upstream development svn? Let me know if any of those merit a bugzilla of the...
2012 Oct 21
4
[LLVMdev] dragonegg polly support broken?
...gt; Do you have any comments on failing tests we are seeing on x86_64-apple-darwin11? >>> >>> Failing Tests (5): >>> Polly :: CodeGen/do_pluto_matmult.ll >>> Polly :: CodeGen/single_do_loop_int_max_iterations.ll >>> Polly :: CodeGen/single_do_loop_scev_replace.ll >> >> I have some guesses for these, but it would be good to get run >> >> llvm-lit -v on these three test cases. >> >>> Polly :: IslCodeGen/single_loop_param_less_equal.ll >>> Polly :: IslCodeGen/single_loop_param_less_than.ll > &gt...
2012 Jan 16
2
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
...: 1 Command Output (stderr): -- LLVM ERROR: Could not resolve external global address: stdout -- ******************** Testing Time: 10.01s ******************** Failing Tests (3): Polly :: CodeGen/do_pluto_matmult.ll Polly :: CodeGen/single_do_loop_int_max_iterations.ll Polly :: CodeGen/single_do_loop_scev_replace.ll Expected Passes : 104 Expected Failures : 29 Unexpected Failures: 3 make: *** [polly-test] Error 1 When I try your command 'clang -Xclang -load ${POLLY_DLIB} ${FILE}.c -o ${FILE}.ll -S -emit-llvm -mllvm -polly -O0' if fails with the following errors: ------------------------...
2012 Nov 01
2
[LLVMdev] piping into lli broken on darwin
On Wed, Oct 31, 2012 at 04:43:42PM -0700, Eli Friedman wrote: > On Wed, Oct 31, 2012 at 4:33 PM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: > > On Wed, Oct 31, 2012 at 03:53:50PM -0700, Eli Friedman wrote: > >> On Wed, Oct 31, 2012 at 8:43 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: > >> > While testing llvm/polly svn on
2011 Jun 09
0
[LLVMdev] Polly test and example
...on_2.ll > Polly :: CodeGen/loop_with_condition_ineq.ll > Polly :: CodeGen/loop_with_condition_nested.ll > Polly :: CodeGen/reduction_2.ll > Polly :: CodeGen/sequential_loops.ll > Polly :: CodeGen/single_do_loop_int_max_iterations.ll > Polly :: CodeGen/single_do_loop_scev_replace.ll > Polly :: CodeGen/single_loop.ll > Polly :: CodeGen/single_loop_param.ll Interesting. On what kind of Platform are you running this? Is it still Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or 64bit? The test cases that are failing are the ones that u...
2012 Jan 16
0
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
...ld not resolve external global address: stdout > -- > > ******************** > Testing Time: 10.01s > ******************** > Failing Tests (3): > Polly :: CodeGen/do_pluto_matmult.ll > Polly :: CodeGen/single_do_loop_int_max_iterations.ll > Polly :: CodeGen/single_do_loop_scev_replace.ll That is interesting. Can you send me the individual error messages? Are you using a 32bit platform? > > Expected Passes : 104 > Expected Failures : 29 > Unexpected Failures: 3 > make: *** [polly-test] Error 1 > > When I try your command 'clang -Xclang -lo...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...fix in 166402 > >> Do you have any comments on failing tests we are seeing on x86_64-apple-darwin11? >> >> Failing Tests (5): >> Polly :: CodeGen/do_pluto_matmult.ll >> Polly :: CodeGen/single_do_loop_int_max_iterations.ll >> Polly :: CodeGen/single_do_loop_scev_replace.ll > > I have some guesses for these, but it would be good to get run > > llvm-lit -v on these three test cases. > >> Polly :: IslCodeGen/single_loop_param_less_equal.ll >> Polly :: IslCodeGen/single_loop_param_less_than.ll Tobias, I am unclear on how I shou...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
On 10/21/2012 11:46 AM, Jack Howarth wrote: > On Sun, Oct 21, 2012 at 02:35:49PM -0400, Jack Howarth wrote: >> On Sun, Oct 21, 2012 at 11:01:37AM -0700, Tobias Grosser wrote: >>> On 10/21/2012 10:57 AM, Jack Howarth wrote: >>>> On Sun, Oct 21, 2012 at 10:38:48AM -0700, Tobias Grosser wrote: >>>>> On 10/21/2012 09:13 AM, Jack Howarth wrote:
2012 Jan 16
1
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
...ress: stdout >> -- >> >> ******************** >> Testing Time: 10.01s >> ******************** >> Failing Tests (3): >> Polly :: CodeGen/do_pluto_matmult.ll >> Polly :: CodeGen/single_do_loop_int_max_iterations.ll >> Polly :: CodeGen/single_do_loop_scev_replace.ll > > That is interesting. Can you send me the individual error messages? Are you using a 32bit platform? > >> >> Expected Passes : 104 >> Expected Failures : 29 >> Unexpected Failures: 3 >> make: *** [polly-test] Error 1 >> >> When...
2012 Jan 16
0
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
On 01/16/2012 01:19 PM, Pieter Custers wrote: > I am new to LLVM and I've a question about the optimization passes and > in particular about the loop transformation passes. I've setup the LLVM > tool-chain with Polly installed. > > The following example is causing problems with me: > http://llvm.org/docs/Passes.html#indvars > > The input is a .c file with the
2012 Jan 16
2
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
I am new to LLVM and I've a question about the optimization passes and in particular about the loop transformation passes. I've setup the LLVM tool-chain with Polly installed. The following example is causing problems with me: http://llvm.org/docs/Passes.html#indvars The input is a .c file with the following loops: # 01 Standard, N=100 for (i=0; i<N; i++) b[i] = a[i] + 5; # 02
2011 Jun 10
2
[LLVMdev] Polly test and example
...lly :: CodeGen/loop_with_condition_ineq.ll >> Polly :: CodeGen/loop_with_condition_nested.ll >> Polly :: CodeGen/reduction_2.ll >> Polly :: CodeGen/sequential_loops.ll >> Polly :: CodeGen/single_do_loop_int_max_iterations.ll >> Polly :: CodeGen/single_do_loop_scev_replace.ll >> Polly :: CodeGen/single_loop.ll >> Polly :: CodeGen/single_loop_param.ll > >Interesting. On what kind of Platform are you running this? Is it still >Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or 64bit? It is a little bit complicated....