-
Notifications
You must be signed in to change notification settings - Fork 1.5k
return SmallVector from followAllReferences()
#3925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fe3ebf9 to
c4e2875
Compare
SmallVector from followAllReferences()
|
The cleanups actually improve the performance from |
|
And simply using |
|
Using Boost it reduces from Better numbers for both compilers soon. |
94026f4 to
d2ff305
Compare
|
This is finally ready for review. 🥳
Performing a With Clang 14 With Valueflow enabled: Clang 14 And scanning Clang 14 |
|
There's still a lot of Ir being used by the |
This is addressed in #4526. |
The cleanups without the
SmallVectorusage somehow cause a performance regression I still need to look into.