Skip to content

Conversation

@mizvekov
Copy link
Contributor

This is a quite large patch, half of which will
be redone following a different approach.

Although it improves sugar retention in template argument deduction on its own, this is an enabler for resugaring.

This stores the sugared converted template arguments in a TST, in addition to the existing as-written ones, so this is quite wasteful.

This is the biggest performance impact on the whole of resugaring so far, although it is hoped the
new approach will have negligible impact.

This is a continuation of https://reviews.llvm.org/D134113

@mizvekov mizvekov requested a review from zygoloid March 21, 2025 18:07
@mizvekov mizvekov self-assigned this Mar 21, 2025
@mizvekov mizvekov requested a review from zyn0217 March 21, 2025 18:31
@mizvekov mizvekov force-pushed the users/mizvekov/clang-sugar-sugared-converted-tst branch from 6f70503 to 8ccbff4 Compare April 3, 2025 01:53
…ionType

Not ready for review

This is a quite large patch, half of which will
be redone following a different approach.

Although it improves sugar retention in template argument
deduction on its own, this is an enabler for resugaring.

This stores the sugared converted template arguments in
a TST, in addition to the existing as-written ones,
so this is quite wasteful.

This is the biggest performance impact on the whole
of resugaring so far, although it is hoped the
new approach will have negligible impact.

This is a continuation of https://reviews.llvm.org/D134113
@mizvekov mizvekov force-pushed the users/mizvekov/clang-sugar-sugared-converted-tst branch from 8ccbff4 to 5b6f71b Compare April 3, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants