[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [creduce-bugs] c-reduce does not remove unused template arguments when reducing



Hi Sergei,

Thank you for the example!

On 6/24/20 2:27 PM, Sergei Trofimovich wrote:
Is it something that `clang_delta` could perform perform automatically?

Yes, clang_delta needs to be enhanced to recognize the pattern as you described and then performs the rewriting rule.

I will try to add a pass or improve an existing pass to make it work. Thanks!

- Yang