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.
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.