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

Way to turn off Optimizations after Custom Pass #10

Open
ajay1135 opened this issue Sep 1, 2022 · 1 comment
Open

Way to turn off Optimizations after Custom Pass #10

ajay1135 opened this issue Sep 1, 2022 · 1 comment

Comments

@ajay1135
Copy link

ajay1135 commented Sep 1, 2022

Hi, we are seeing that when we use a custom pass, there are some optimizations done to the LLVM IR after the custom pass is run. Is there a way in which we can turn off these optimizations so that the LLVM IR that is used for HLS is the direct output of our custom pass? Thanks.

@seanxilinx
Copy link

As I know, there is no way to do so today.

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

2 participants