-
Notifications
You must be signed in to change notification settings - Fork 99
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
[CIR][driver] Forward -fno-clangir-direct-lowering option to cc1 #822
[CIR][driver] Forward -fno-clangir-direct-lowering option to cc1 #822
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change is straightforward enough, I'm just requesting changes because of the missing :
in the RUN lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs changing RUN lines
Yes, back on it... |
I tried applying a suggestion but missed a semicolon:
Please include that in your updates so that the tests can pass |
Of course. 😄 |
Allow from the clang driver the use of lowering from CIR to MLIR standard dialect. Update the test to match the real output when -fno-clangir-direct-lowering is used.
Co-authored-by: Shoaib Meenai <shoaib.meenai@gmail.com>
8132aa7
to
f373200
Compare
Note the ubuntu error is unrelated to this PR: #829, waiting for windows results to merge |
…m#822) Allow from the clang driver the use of lowering from CIR to MLIR standard dialect. Update the test to match the real output when `-fno-clangir-direct-lowering` is used, or with a combination of both `-fclangir-direct-lowering` and `-fno-clangir-direct-lowering`. --------- Co-authored-by: Bruno Cardoso Lopes <bcardosolopes@users.noreply.github.com> Co-authored-by: Shoaib Meenai <shoaib.meenai@gmail.com>
…m#822) Allow from the clang driver the use of lowering from CIR to MLIR standard dialect. Update the test to match the real output when `-fno-clangir-direct-lowering` is used, or with a combination of both `-fclangir-direct-lowering` and `-fno-clangir-direct-lowering`. --------- Co-authored-by: Bruno Cardoso Lopes <bcardosolopes@users.noreply.github.com> Co-authored-by: Shoaib Meenai <shoaib.meenai@gmail.com>
…m#822) Allow from the clang driver the use of lowering from CIR to MLIR standard dialect. Update the test to match the real output when `-fno-clangir-direct-lowering` is used, or with a combination of both `-fclangir-direct-lowering` and `-fno-clangir-direct-lowering`. --------- Co-authored-by: Bruno Cardoso Lopes <bcardosolopes@users.noreply.github.com> Co-authored-by: Shoaib Meenai <shoaib.meenai@gmail.com>
…m#822) Allow from the clang driver the use of lowering from CIR to MLIR standard dialect. Update the test to match the real output when `-fno-clangir-direct-lowering` is used, or with a combination of both `-fclangir-direct-lowering` and `-fno-clangir-direct-lowering`. --------- Co-authored-by: Bruno Cardoso Lopes <bcardosolopes@users.noreply.github.com> Co-authored-by: Shoaib Meenai <shoaib.meenai@gmail.com>
Allow from the clang driver the use of lowering from CIR to MLIR standard dialect.
Update the test to match the real output when
-fno-clangir-direct-lowering
is used, or with a combination of both-fclangir-direct-lowering
and-fno-clangir-direct-lowering
.