| commit | 6fcbdddb021da27376e62c32623f92b3904b6211 | [log] [tgz] |
|---|---|---|
| author | Karl Schimpf <kschimpf@google.com> | Thu Nov 06 09:49:24 2014 -0800 |
| committer | Karl Schimpf <kschimpf@google.com> | Thu Nov 06 09:49:24 2014 -0800 |
| tree | 2e361c4759430f52e2bf780cb2a38e6738b5ab5a | |
| parent | 0faec4c9e067b974ec1d3f65c71af3abaca143aa [diff] |
Disable Subzero IR generation for performance testing. This CL allows one to time Subzero's bitcode parsing without IR generation (other than types, function declarations, and uninitialized global variables) for performance testing. BUG=None R=jvoung@chromium.org Review URL: https://codereview.chromium.org/696383004