Add back the missing msg about --eliminate-dead-const

This commit is contained in:
qining 2016-08-10 16:02:18 -04:00
parent 75d4316280
commit 23266c9b56
2 changed files with 4 additions and 1 deletions

View File

@ -4,8 +4,9 @@ v2016.3-dev 2016-08-05
- Start v2016.3 - Start v2016.3
- Add target environment enums for OpenCL 2.1, OpenCL 2.2, - Add target environment enums for OpenCL 2.1, OpenCL 2.2,
OpenGL 4.0, OpenGL 4.1, OpenGL 4.2, OpenGL 4.3, OpenGL 4.5. OpenGL 4.0, OpenGL 4.1, OpenGL 4.2, OpenGL 4.3, OpenGL 4.5.
- Fixes issues: - Fixes issues:
#288: Check def-use dominance rules for OpPhi (variable,parent) operands #288: Check def-use dominance rules for OpPhi (variable,parent) operands
- Add optimization pass: Eliminate dead constants.
v2016.2 2016-08-05 v2016.2 2016-08-05
- Validator is incomplete - Validator is incomplete

View File

@ -54,6 +54,8 @@ Options:
--freeze-spec-const --freeze-spec-const
Freeze the values of specialization constants to their default Freeze the values of specialization constants to their default
values. values.
--eliminiate-dead-const
Eliminate dead constants.
-h, --help Print this help. -h, --help Print this help.
--version Display optimizer version information. --version Display optimizer version information.
)", )",