This reduces code generated for type inference and instead reuses
facilities CAPI side that performed same role.
Details
Details
- Reviewers
mehdi_amini ftynse
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Update one comment string that got changed.
Also the diff shown is unfortunate as the changes to buildGeneric seems large due to outlining.
Comment Actions
I think this only happens in invalid cases and in those cases one is in UB C++ side too (well mostly it crashes). But yes pre-existing difference here.
Comment Actions
Seems this was submitted but review was just not linked https://github.com/llvm/llvm-project/commit/f573bc24d4ea61d68ea61e49eeefbb9a84fa4f34
Can we outline this?