Commit b860c92e by Roman Gareev Committed by Roman Gareev

common.opt: Make the ISL AST generator to be the main code generator of Graphite.


[gcc/]

	* common.opt: Make the ISL AST generator to be the main code generator
	of Graphite.

From-SVN: r214069
parent 3655abdd
2014-08-17 Roman Gareev <gareevroman@gmail.com>
* common.opt: Make the ISL AST generator to be the main code generator
of Graphite.
2014-08-16 Gerald Pfeifer <gerald@pfeifer.com> 2014-08-16 Gerald Pfeifer <gerald@pfeifer.com>
* wide-int.h (generic_wide_int): Declare as class instead of struct. * wide-int.h (generic_wide_int): Declare as class instead of struct.
......
...@@ -1268,7 +1268,7 @@ Common Report Var(flag_graphite_identity) Optimization ...@@ -1268,7 +1268,7 @@ Common Report Var(flag_graphite_identity) Optimization
Enable Graphite Identity transformation Enable Graphite Identity transformation
fgraphite-code-generator= fgraphite-code-generator=
Common Report RejectNegative Joined Optimization Enum(fgraphite_generator) Var(flag_graphite_code_gen) Init(FGRAPHITE_CODE_GEN_CLOOG) Common Report RejectNegative Joined Optimization Enum(fgraphite_generator) Var(flag_graphite_code_gen) Init(FGRAPHITE_CODE_GEN_ISL)
Choose code generator of Graphite Choose code generator of Graphite
Enum Enum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment