Displaying 4 results from an estimated 4 matches for "helmstett".
Did you mean:
helmstetter
2010 Jul 01
2
[LLVMdev] Fail to unroll loop on simple examples.
...ss "-loop-rotate" before "-indvars", then the loop is
successfully unrolled. However, I think this pass may increase the size of
the code for all loops, including the loops that cannot be unrolled.
Is this a bug? Or is there any other pass that can help UnrollLoop?
--
Claude Helmstetter
+86 186 0895 4884 / +33 6 32 99 06 00
http://formes.asia/people/Claude.Helmstetter/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100701/ca0cf370/attachment.html>
-------------- next part -------------...
2010 Jul 01
0
[LLVMdev] Fail to unroll loop on simple examples.
...that is on line 116 (or so) in lib/Transforms/Utils/LoopUnroll.cpp
Based on a quick look at the source code, this looks like a bug in LLVM to me, e.g. perhaps the test is applied on a wrong block? But more probably I am just missing something.
--Pekka Nikander
On 2010-07 -01, at 13:48 , Claude Helmstetter wrote:
> Hi all,
>
> I have tried to use the loop-unroll pass on a large example, but without success. So I have tried on smaller examples, and I did not get more success.
>
> My simplest example is attached. It comes from this C code (using llvm-gcc, but similar result with cla...
2008 Apr 02
0
[LLVMdev] Newbie
Vania Joloboff wrote:
> Hello,
>
> We are a research project in joint french-chinese laboratory. We are
> considering using
> LLVM in our project but we'd like to have some additional info before
> we dive in.
> Since we are new kids on the block, please bear with us...
>
> We are interested in using LLVM for emulation of real hardware. What
> we have as
>
2008 Apr 01
5
[LLVMdev] Newbie
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
We are a research project in joint french-chinese laboratory. We are
considering using<br>
LLVM in our project but we'd like to have some additional info before
we dive in.