Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes documentation of disableGLU Xjit option #7306

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

IBMJimmyk
Copy link
Contributor

The documentation incorrectly lists "disableLoopUnroller" as the option to disable loop unroller. This option does not exist and will result in an unrecognized option error.

The correct Xjit option name is "disableGLU" and the documentation has been updated to reflect this.

The "disableGLU" option is defined here:
https://github.com/eclipse/omr/blob/0e07ad19c1f3a7ce41cebd121fde5756fa32fd0c/compiler/control/OMROptions.cpp#L343

@@ -135,7 +135,7 @@ options, etc).
| disableGRA | disable IL based global register allocator |
| disableInlining | disable IL inlining |
| disableLiveRegisterAnalysis | disable live register analysis |
| disableLoopUnroller | disable loop unroller |
| disableGLU | disable general loop unroller |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This table is in alphabetical order. Can you add the corrected name in the appropriate spot please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved it to the right place.

The documentation incorrectly lists "disableLoopUnroller" as the option to
disable loop unroller. This option does not exist and will result in an
unrecognized option error.

The correct Xjit option name is "disableGLU" and the documentation has been
updated to reflect this.

Signed-off-by: jimmyk <jimmyk@ca.ibm.com>
@0xdaryl
Copy link
Contributor

0xdaryl commented Apr 11, 2024

This is a documentation-only change. No CI is necessary. Merging.

@0xdaryl 0xdaryl self-assigned this Apr 11, 2024
@0xdaryl 0xdaryl merged commit 81ef74e into eclipse-omr:master Apr 11, 2024
3 of 6 checks passed
@IBMJimmyk IBMJimmyk deleted the compOption branch April 11, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants