Skip to content

Commit

Permalink
Merge pull request #7306 from IBMJimmyk/compOption
Browse files Browse the repository at this point in the history
Fixes documentation of disableGLU Xjit option
  • Loading branch information
0xdaryl authored Apr 11, 2024
2 parents 2d99bc4 + b1977ba commit 81ef74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/compiler/CompilerOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ options, etc).
| disableCFGSimplification | disable Control Flow Graph simplification |
| disableDeadTreeElimination | disable dead tree elimination |
| disableGlobalDSE | disable global dead store elimination |
| disableGLU | disable general loop unroller |
| disableGRA | disable IL based global register allocator |
| disableInlining | disable IL inlining |
| disableLiveRegisterAnalysis | disable live register analysis |
| disableLoopUnroller | disable loop unroller |
| disableOpts={<em>regex</em>} | list of optimizations to disable |
| disableOptTransformations={<em>regex</em>} | list of optimizer transformations to disable |
| disableTreeCleansing | disable tree cleansing |
Expand Down Expand Up @@ -198,4 +198,4 @@ options, etc).
| noRecompile | do not recompile even when counts allow it |
| stopOnFailure | stop compilation if exceed memory threshold |
| tlhPrefetch | enable software prefetch on allocation for X86 |
| tossCode | throw code and data away after compiling |
| tossCode | throw code and data away after compiling |

0 comments on commit 81ef74e

Please sign in to comment.