Displaying 10 results from an estimated 10 matches for "isl_multi_aff".
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
...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. is a member of Code Aurora Forum,
hosted by The Linux Foundation
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
...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
Hi Sebastian,
the test case is expected to fail. It shows an open bug with
-enable-codegen-scev and the independent blocks pass. The problem was
that it was not consistently failing. I fixed this in r183025.
Cheers,
Tobias
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
...>>>>
>>>> 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
>>
>> Hi Sebastian,
>>
>> the test case is expected to fail. It shows an open bug with
>> -enable-codegen-scev and the independent blocks pass. The problem was
>> that it was not consistently failing. I fixed this in r183025.
>>
>&g...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...> 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 fixing this build problem, I still see the ICE on
armv7l-unknown-linux-gnueabihf
diff --git a/lib/DeadCodeElimination.cpp b/lib/DeadCodeElimination.cpp
index 2a780e6..04daeae 100644
--- a/lib/DeadCodeElimination.cpp
+++ b/lib/DeadCodeElimination.cpp
@@ -20,6 +20...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...ted_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
>
> Hi Sebastian,
>
> the test case is expected to fail. It shows an open bug with
> -enable-codegen-scev and the independent blocks pass. The problem was
> that it was not consistently failing. I fixed this in r183025.
>
> Cheers,
> Tobias
Tobi...
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
...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
> >>>
> >>> Hi Sebastian,
> >>>
> >>> the test case is expected to fail. It shows an open bug with
> >>> -enable-codegen-scev and the independent blocks pass. The problem was
> >>> that it was not consiste...
2013 Jun 05
0
[LLVMdev] [POLLY] fix Bug 15817
...t;>>>> 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
>>>
>>> Hi Sebastian,
>>>
>>> the test case is expected to fail. It shows an open bug with
>>> -enable-codegen-scev and the independent blocks pass. The problem was
>>> that it was not consistently failing. I fixed this in...
2013 Jun 06
0
[LLVMdev] [POLLY] fix Bug 15817
...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
>>>>>
>>>>> Hi Sebastian,
>>>>>
>>>>> the test case is expected to fail. It shows an open bug with
>>>>> -enable-codegen-scev and the independent blocks pass. The problem was
>>>>> that i...
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