Displaying 10 results from an estimated 10 matches for "r183025".
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...e attached patch eliminates this unexpected XPASS seen with newer isl/cloog.
> Jack
Hi Jack,
the problem was that the failure only occurred when compiled without
asserts. So just removing the XFAIL does cause troubles on builds with
asserts enabled. I tightened the test case in r183025 such that it
should now behave as expected on asserts and non-asserts builds.
Thanks again for reporting and looking into this.
Cheers,
Tobias
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
.../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
...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
>
> Tobias,
> Oddly I am still seeing...
>
> XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (124 of 250)
This file should not exist any more. It was removed (and moved to
test/IndependentBlocks/indvars.ll). Could you check if this is a s...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...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
Tobias,
Oddly I am still seeing...
XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (124 of 250)
at r183026 when trunk llvm/polly is built with...
cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE...
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
...t;>>
> >>> 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
> >>
> >> Tobias,
> >> Oddly I am still seeing...
> >>
> >> XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (124 of 250)
> >
> > This file should not exist any more. It wa...
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
2013 Jun 05
0
[LLVMdev] [POLLY] fix Bug 15817
...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
>>
>> Tobias,
>> Oddly I am still seeing...
>>
>> XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (124 of 250)
>
> This file should not exist any more. It was removed (and moved to
> test/IndependentBlo...
2013 Jun 06
0
[LLVMdev] [POLLY] fix Bug 15817
...>>>> 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
>>>>
>>>> Tobias,
>>>> Oddly I am still seeing...
>>>>
>>>> XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (124 of 250)
>>>
>>> This file s...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
Sebastian Pop wrote:
> Sebastian Pop wrote:
> > 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
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
Sebastian Pop wrote:
> 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
> >