[clang] [clang] check deduction consistency when partial ordering function templates (PR #100692)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 4 22:39:03 PDT 2024


mizvekov wrote:

Thanks for the reduction.

I can work with this reduction, but keep in mind that it's better to disable the c-reduce pass which renames things.

The reason is that if this is a problem in SPEC that needs to be fixed, then having the names preserved would help locate which part of SPEC has the problem.

I don't remember what is the pass name you have to disabled, as I don't use c-reduce myself. But if you try c-vise instead of c-reduce, then there the renaming pass is disabled by default.

https://github.com/llvm/llvm-project/pull/100692


More information about the cfe-commits mailing list