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
This commit is contained in:
Roman Gareev 2014-08-16 21:18:24 +00:00 committed by Roman Gareev
parent 3655abdd6b
commit b860c92e14
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
* wide-int.h (generic_wide_int): Declare as class instead of struct.

View File

@ -1268,7 +1268,7 @@ Common Report Var(flag_graphite_identity) Optimization
Enable Graphite Identity transformation
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
Enum