search for: contruct_shifted_executed

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

2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
...et.org> Date: Tue Apr 9 17:37:46 2013 +0200 When updating ISL to master as of today, I get a compile error when building polly: commit 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 Author: Sven Verdoolaege <skimo at kotnet.org> Date: Wed Apr 17 12:38:51 2013 +0200 isl_ast_codegen.c: contruct_shifted_executed: use isl_val Signed-off-by: Sven Verdoolaege <skimo at kotnet.org> In file included from ../tools/polly/lib/DeadCodeElimination.cpp:23:0: /home/spop/s/isl/usr/include/isl/union_map.h:114:23: error: ‘isl_multi_aff’ has not been declared Sebastian -- Qualcomm Innovation Center, Inc...
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
...en updating ISL to master as of today, I get a compile error when building polly: >> >> commit 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 >> Author: Sven Verdoolaege <skimo at kotnet.org> >> Date: Wed Apr 17 12:38:51 2013 +0200 >> >> isl_ast_codegen.c: contruct_shifted_executed: use isl_val >> >> Signed-off-by: Sven Verdoolaege <skimo at kotnet.org> >> >> >> In file included from ../tools/polly/lib/DeadCodeElimination.cpp:23:0: >> /home/spop/s/isl/usr/include/isl/union_map.h:114:23: error: isl_multi_aff has not been declared...
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
...mpile error when building polly: >>>> >>>> commit 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 >>>> Author: Sven Verdoolaege <skimo at kotnet.org> >>>> Date: Wed Apr 17 12:38:51 2013 +0200 >>>> >>>> isl_ast_codegen.c: contruct_shifted_executed: use isl_val >>>> >>>> Signed-off-by: Sven Verdoolaege <skimo at kotnet.org> >>>> >>>> >>>> In file included from ../tools/polly/lib/DeadCodeElimination.cpp:23:0: >>>> /home/spop/s/isl/usr/include/isl/union_map.h:11...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...200 > > > When updating ISL to master as of today, I get a compile error when building polly: > > commit 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 > Author: Sven Verdoolaege <skimo at kotnet.org> > Date: Wed Apr 17 12:38:51 2013 +0200 > > isl_ast_codegen.c: contruct_shifted_executed: use isl_val > > Signed-off-by: Sven Verdoolaege <skimo at kotnet.org> > > > In file included from ../tools/polly/lib/DeadCodeElimination.cpp:23:0: > /home/spop/s/isl/usr/include/isl/union_map.h:114:23: error: ‘isl_multi_aff’ has not been declared > After fix...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...r as of today, I get a compile error when building polly: >>> >>> commit 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 >>> Author: Sven Verdoolaege <skimo at kotnet.org> >>> Date: Wed Apr 17 12:38:51 2013 +0200 >>> >>> isl_ast_codegen.c: contruct_shifted_executed: use isl_val >>> >>> Signed-off-by: Sven Verdoolaege <skimo at kotnet.org> >>> >>> >>> In file included from ../tools/polly/lib/DeadCodeElimination.cpp:23:0: >>> /home/spop/s/isl/usr/include/isl/union_map.h:114:23: error: isl_multi_af...
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
...> > >>>>> commit 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 > >>>>> Author: Sven Verdoolaege <skimo at kotnet.org> > >>>>> Date: Wed Apr 17 12:38:51 2013 +0200 > >>>>> > >>>>> isl_ast_codegen.c: contruct_shifted_executed: use isl_val > >>>>> > >>>>> Signed-off-by: Sven Verdoolaege <skimo at kotnet.org> > >>>>> > >>>>> > >>>>> In file included from ../tools/polly/lib/DeadCodeElimination.cpp:23:0: > >>>&g...
2013 Jun 05
0
[LLVMdev] [POLLY] fix Bug 15817
...g polly: >>>>> >>>>> commit 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 >>>>> Author: Sven Verdoolaege <skimo at kotnet.org> >>>>> Date: Wed Apr 17 12:38:51 2013 +0200 >>>>> >>>>> isl_ast_codegen.c: contruct_shifted_executed: use isl_val >>>>> >>>>> Signed-off-by: Sven Verdoolaege <skimo at kotnet.org> >>>>> >>>>> >>>>> In file included from ../tools/polly/lib/DeadCodeElimination.cpp:23:0: >>>>> /home/spop/s/isl/usr/in...
2013 Jun 06
0
[LLVMdev] [POLLY] fix Bug 15817
...;>>>> commit 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 >>>>>>> Author: Sven Verdoolaege <skimo at kotnet.org> >>>>>>> Date: Wed Apr 17 12:38:51 2013 +0200 >>>>>>> >>>>>>> isl_ast_codegen.c: contruct_shifted_executed: use isl_val >>>>>>> >>>>>>> Signed-off-by: Sven Verdoolaege <skimo at kotnet.org> >>>>>>> >>>>>>> >>>>>>> In file included from ../tools/polly/lib/DeadCodeElimination.cpp:23:0: &gt...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
Jack Howarth wrote: > The attached patch eliminates http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining > "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html. > The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3 > and trunk svn for both x86_64-apple-darwin* and
2013 May 31
4
[LLVMdev] [POLLY] fix Bug 15817
The attached patch eliminates http://llvm.org/bugs/show_bug.cgi?id=15817 by removing the remaining "; XFAIL:*" added in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130415/171812.html. The Isl/CodeGen/scevcodegen-1.ll testcase in polly appears as an XPASS in current llvm/polly 3.3 and trunk svn for both x86_64-apple-darwin* and x86_64 Fedora 15 when built against isl