-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Comments
(Assigned to River.) |
Many of the testing options in LLVM are marked as |
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 |
Type unimplemented AOT instructions.
…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.
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?
The text was updated successfully, but these errors were encountered: