HLS icon indicating copy to clipboard operation
HLS copied to clipboard

Way to turn off Optimizations after Custom Pass

Open ajay1135 opened this issue 3 years ago • 1 comments

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.

ajay1135 avatar Sep 01 '22 21:09 ajay1135

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

seanxilinx avatar Sep 14 '22 20:09 seanxilinx