Displaying 3 results from an estimated 3 matches for "loopidiomregognize".
Did you mean:
loopidiomrecognize
2016 Feb 08
2
LoopIdiomRegognize vs Preserved
Hi,
I'm having problems with the LoopIdiomRegognizer crashing on me with
An asserting value handle still pointed to this value!
UNREACHABLE executed at ../lib/IR/Value.cpp:695!
If I remove
AU.addPreserved<LoopInfoWrapperPass>();
or
AU.addPreserved<AAResultsWrapperPass>();
everything goes well.
The C-code triggering this...
2016 Feb 09
2
LoopIdiomRegognize vs Preserved
...our problem.
>
> Thank you,
>
> Haicheng
>
> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Mikael Holmén via llvm-dev
> Sent: Monday, February 08, 2016 4:33 AM
> To: llvm-dev at lists.llvm.org
> Subject: [llvm-dev] LoopIdiomRegognize vs Preserved
>
> Hi,
>
> I'm having problems with the LoopIdiomRegognizer crashing on me with
>
> An asserting value handle still pointed to this value!
> UNREACHABLE executed at ../lib/IR/Value.cpp:695!
>
> If I remove
>
> AU.addPreserved<LoopInfoWrapp...
2016 Feb 10
2
LoopIdiomRegognize vs Preserved
...gt;
>>> -----Original Message-----
>>> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of
>>> Mikael Holmén via llvm-dev
>>> Sent: Monday, February 08, 2016 4:33 AM
>>> To: llvm-dev at lists.llvm.org
>>> Subject: [llvm-dev] LoopIdiomRegognize vs Preserved
>>>
>>> Hi,
>>>
>>> I'm having problems with the LoopIdiomRegognizer crashing on me with
>>>
>>> An asserting value handle still pointed to this value!
>>> UNREACHABLE executed at ../lib/IR/Value.cpp:695!
>>>
&...