Xilinx / HLS

Vitis HLS LLVM source code and examples
Other
379 stars 57 forks source link

Way to turn off Optimizations after Custom Pass #10

Open ajay1135 opened 2 years ago

ajay1135 commented 2 years ago

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 commented 2 years ago

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