HLS
HLS copied to clipboard
Way to turn off Optimizations after Custom Pass
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.
As I know, there is no way to do so today.