search for: e527be2

Displaying 6 results from an estimated 6 matches for "e527be2".

2010 Sep 06
1
[LLVMdev] RFC: change build order (or location) of LLVMHello plugin
Good evening, Michael. 2010/9/5 Michael Spencer <bigcheesegs at gmail.com>: > Do you know what the exact problem is? It would be best to fix the > Makefile instead of moving it. And sense it is a transformation, the > build system is broken if you _have_ to move it. I am sorry, I don't understand what *the exact problem" is. I can describe facts; - Hello is the only
2011 Dec 02
5
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...choose a very high bound (4000) to limit the quadratic behaviour, because you stated otherwise optimizations will be missed. Can you send an example where a value smaller than 4000 would miss optimizations? Cheers Tobi > diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile > index e527be2..8b1df92 100644 > --- a/lib/Transforms/Makefile > +++ b/lib/Transforms/Makefile > @@ -8,7 +8,7 @@ > ##===----------------------------------------------------------------------===## > > LEVEL = ../.. > -PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Hello >...
2011 Dec 14
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...quadratic > behaviour, because you stated otherwise optimizations will be missed. > Can you send an example where a value smaller than 4000 would miss > optimizations? > > Cheers > Tobi > > > diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile > > index e527be2..8b1df92 100644 > > --- a/lib/Transforms/Makefile > > +++ b/lib/Transforms/Makefile > > @@ -8,7 +8,7 @@ > > ##===----------------------------------------------------------------------===## > > > > LEVEL = ../.. > > -PARALLEL_DIRS = Utils Instrumentation...
2011 Nov 23
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Mon, 2011-11-21 at 21:22 -0600, Hal Finkel wrote: > On Mon, 2011-11-21 at 11:55 -0600, Hal Finkel wrote: > > Tobias, > > > > I've attached an updated patch. It contains a few bug fixes and many > > (refactoring and coding-convention) changes inspired by your comments. > > > > I'm currently trying to fix the bug responsible for causing a compile
2011 Dec 02
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...urmising that choosing a smaller value causes useful optimization opportunities to be missed. I go through the syntax comments and provide a revised patch. Thanks again, Hal > > Cheers > Tobi > > > diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile > > index e527be2..8b1df92 100644 > > --- a/lib/Transforms/Makefile > > +++ b/lib/Transforms/Makefile > > @@ -8,7 +8,7 @@ > > ##===----------------------------------------------------------------------===## > > > > LEVEL = ../.. > > -PARALLEL_DIRS = Utils Instrumentation...
2011 Nov 22
5
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Mon, 2011-11-21 at 11:55 -0600, Hal Finkel wrote: > Tobias, > > I've attached an updated patch. It contains a few bug fixes and many > (refactoring and coding-convention) changes inspired by your comments. > > I'm currently trying to fix the bug responsible for causing a compile > failure when compiling >