Displaying 14 results from an estimated 14 matches for "isvalidinstruction".
2013 Jul 14
5
[LLVMdev] Analysis of polly-detect overhead in oggenc
...llvm::TypeFinder::run(llvm::Module const&, bool), I find most of calling cases are issued from the following two callsites:
0xb7c1c5d2 in polly::ScopDetection::isValidMemoryAccess(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const ()
0xb7c1d754 in polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const ()
The detailed backtrace of "isValidMemoryAccess" is:
#0 0x0907b780 in llvm::TypeFinder::run(llvm::Module const&, bool) ()
#1 0x08f76ebe in llvm::TypePrinting::incorporateTypes(llvm::Module const&) ()...
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
...28-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
> > target triple = "x86_64-unknown-linux-gnu"
> >
>
> If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
>
> opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
>
This was with ISL as of this commit:
commit 02b2b6f2298d6beca919692219a287986e984347
Author: Sven Verdoolaege <skimo at kotnet.org>
Date...
2013 May 31
2
[LLVMdev] [POLLY] fix Bug 15817
..."
>>>> target triple = "x86_64-unknown-linux-gnu"
>>>>
>>>
>>> If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
>>>
>>> opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
>>>
>>
>> This was with ISL as of this commit:
>>
>> commit 02b2b6f2298d6beca919692219a287986e984347
>> Author:...
2013 Jul 14
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
...vm::Module const&,
> bool), I find most of calling cases are issued from the following two
> callsites:
> 0xb7c1c5d2 in polly::ScopDetection::isValidMemoryAccess(llvm::Instruction&,
> polly::ScopDetection::DetectionContext&) const ()
> 0xb7c1d754 in polly::ScopDetection::isValidInstruction(llvm::Instruction&,
> polly::ScopDetection::DetectionContext&) const ()
>
> The detailed backtrace of "isValidMemoryAccess" is:
> #0 0x0907b780 in llvm::TypeFinder::run(llvm::Module const&, bool) ()
> #1 0x08f76ebe in llvm::TypePrinting::incorporateTypes(llvm...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
> target triple = "x86_64-unknown-linux-gnu"
>
If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
Sebastian
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
...= "x86_64-unknown-linux-gnu"
>>>>>>
>>>>>
>>>>> If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
>>>>>
>>>>> opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
>>>>>
>>>>
>>>> This was with ISL as of this commit:
>>>>
>>>> commit 02b2b6f2298d6beca...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...8-n8:16:32:64"
> > > target triple = "x86_64-unknown-linux-gnu"
> > >
> >
> > If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
> >
> > opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
> >
>
> This was with ISL as of this commit:
>
> commit 02b2b6f2298d6beca919692219a287986e984347
> Author: Sven Verdoolaege &l...
2013 May 31
0
[LLVMdev] [POLLY] fix Bug 15817
...gt; target triple = "x86_64-unknown-linux-gnu"
>>>>>
>>>>
>>>> If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
>>>>
>>>> opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
>>>>
>>>
>>> This was with ISL as of this commit:
>>>
>>> commit 02b2b6f2298d6beca919692219a287986e984...
2013 Jun 05
2
[LLVMdev] [POLLY] fix Bug 15817
...gt;>>>>>>
> >>>>>>
> >>>>>> If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
> >>>>>>
> >>>>>> opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
> >>>>>>
> >>>>>
> >>>>> This was with ISL as of this commit:
> >>>>>
>...
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
...wn-linux-gnu"
>>>>>>>
>>>>>>
>>>>>> If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
>>>>>>
>>>>>> opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
>>>>>>
>>>>>
>>>>> This was with ISL as of this commit:
>>>>>
>>>>> comm...
2013 Jun 06
0
[LLVMdev] [POLLY] fix Bug 15817
...gt;>>>
>>>>>>>>
>>>>>>>> If I remove that XFAIL the testcase is ICEing on my ARM laptop with:
>>>>>>>>
>>>>>>>> opt: ../tools/polly/lib/Analysis/ScopDetection.cpp:353: bool polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const: Assertion `!Context.Verifying && "IndVar"' failed.
>>>>>>>>
>>>>>>>
>>>>>>> This was with ISL as of this commit:
>>>>>&g...
2013 Jul 14
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
...vm::TypeFinder::run(llvm::Module const&, bool), I find most of calling cases are issued from!
the following two callsites:
0xb7c1c5d2 in polly::ScopDetection::isValidMemoryAccess(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const ()
0xb7c1d754 in polly::ScopDetection::isValidInstruction(llvm::Instruction&, polly::ScopDetection::DetectionContext&) const ()
The detailed backtrace of "isValidMemoryAccess" is:
#0 0x0907b780 in llvm::TypeFinder::run(llvm::Module const&, bool) ()
#1 0x08f76ebe in llvm::TypePrinting::incorporateTypes(llvm::Module const&) ()...
2013 Jul 14
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
...;,
>> bool), I find most of calling cases are issued from the following two
>> callsites:
>> 0xb7c1c5d2 in polly::ScopDetection::isValidMemoryAccess(llvm::Instruction&,
>> polly::ScopDetection::DetectionContext&) const ()
>> 0xb7c1d754 in polly::ScopDetection::isValidInstruction(llvm::Instruction&,
>> polly::ScopDetection::DetectionContext&) const ()
>>
>> The detailed backtrace of "isValidMemoryAccess" is:
>> #0 0x0907b780 in llvm::TypeFinder::run(llvm::Module const&, bool) ()
>> #1 0x08f76ebe in llvm::TypePrinting::i...