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

MLIR: how to get the full list of options? #186

Closed
dpotop opened this issue Mar 19, 2020 · 4 comments
Closed

MLIR: how to get the full list of options? #186

dpotop opened this issue Mar 19, 2020 · 4 comments
Assignees

Comments

@dpotop
Copy link

dpotop commented Mar 19, 2020

I've just discovered that "--help-hidden" and "--help-list-hidden" are not printing all available options. For instance, "--mlir-disable-inline-simplify" is not printed. How can I print all of them, or otherwise obtain a list of them?

@joker-eph
Copy link
Collaborator

(Assigned to River.)
FYI: we prefer bugzilla to centralize all of our issues

@River707
Copy link
Contributor

Many of the testing options in LLVM are marked as ReallyHidden as they are only meant for testing, and not really for users. There is no way for these options to appear in the help.
https://llvm.org/docs/CommandLine.html#hiding-an-option-from-help-output

@dpotop dpotop closed this as completed Mar 20, 2020
@dpotop dpotop reopened this Mar 20, 2020
@dpotop
Copy link
Author

dpotop commented Mar 20, 2020

Thanks River707. My problem is the following - I'm trying to use MLIR to write a compiler for a DSL, and I really advanced in doing this. But documentation is scarce. I really don't know where to ask questions, except here...

@dpotop dpotop closed this as completed Mar 20, 2020
@joker-eph
Copy link
Collaborator

@dpotop
If the documentation is scarce, we'd like to know about it and your pain point: it is very important to us to produce better document and user feedback is critical to achieve it!
The best way to engage is likely Discord (for live chat discussions/question), Discourse (forum-style), and bugzilla. They are all referenced from https://mlir.llvm.org/
Hope this helps!

vext01 pushed a commit to vext01/llvm-project that referenced this issue Jul 25, 2024
Type unimplemented AOT instructions.
mjklemm pushed a commit to mjklemm/llvm-project that referenced this issue Oct 16, 2024
…m#186)

Since this pass is only needed/useful when using the old clang driver,
we are adding a flang to enable/disable it with the goal of completely
removing the pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants