cpc / openasip

Open Application-Specific Instruction Set processor tools (OpenASIP)
http://openasip.org
Other
138 stars 41 forks source link

Inline and unroll parameters are not being passed to clang #248

Closed karihepola closed 2 months ago

karihepola commented 8 months ago

The current compiler drivers (oacc, oacc-riscv) pass the inline and unroll parameters to opt only. They are not passed to clang, which already runs these optimizations leading to unwanted behaviour if the user wants to disable these optimizations altogether.