[polly] r220445 - Remove incorrect value description for -enable-polly-aligned

Johannes Doerfert doerfert at cs.uni-saarland.de
Wed Oct 22 17:53:58 PDT 2014


I'm also not sure about the effect of this option as it will introduce
an alignment of 8 which seems somewhat arbitrary given the unknown type
and data layout. Could you please elaborate on that?

On 10/22, Tobias Grosser wrote:
> Author: grosser
> Date: Wed Oct 22 18:22:41 2014
> New Revision: 220445
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=220445&view=rev
> Log:
> Remove incorrect value description for -enable-polly-aligned
> 
> The description of the parameter value passed to -enable-polly-aligned did
> not make any sense at all, but was just a leftover coming from when this option
> was copied form -enable-polly-openmp. We just drop it as the option description
> gives sufficient information already.
> 
> Modified:
>     polly/trunk/lib/CodeGen/BlockGenerators.cpp
> 
> Modified: polly/trunk/lib/CodeGen/BlockGenerators.cpp
> URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/BlockGenerators.cpp?rev=220445&r1=220444&r2=220445&view=diff
> ==============================================================================
> --- polly/trunk/lib/CodeGen/BlockGenerators.cpp (original)
> +++ polly/trunk/lib/CodeGen/BlockGenerators.cpp Wed Oct 22 18:22:41 2014
> @@ -34,11 +34,10 @@
>  using namespace llvm;
>  using namespace polly;
>  
> -static cl::opt<bool>
> -    Aligned("enable-polly-aligned",
> -            cl::desc("Assumed aligned memory accesses."), cl::Hidden,
> -            cl::value_desc("OpenMP code generation enabled if true"),
> -            cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory));
> +static cl::opt<bool> Aligned("enable-polly-aligned",
> +                             cl::desc("Assumed aligned memory accesses."),
> +                             cl::Hidden, cl::init(false), cl::ZeroOrMore,
> +                             cl::cat(PollyCategory));
>  
>  static cl::opt<bool, true>
>      SCEVCodegenF("polly-codegen-scev",
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-- 

Johannes Doerfert
Researcher / PhD Student

Compiler Design Lab (Prof. Hack)
Saarland University, Computer Science
Building E1.3, Room 4.26

Tel. +49 (0)681 302-57521 : doerfert at cs.uni-saarland.de
Fax. +49 (0)681 302-3065  : http://www.cdl.uni-saarland.de/people/doerfert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141023/c2fc4c96/attachment.sig>


More information about the llvm-commits mailing list