We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upstream's LTO cache seems increasingly .... overlapping with our cache implementation.
Recently, they added bits about hashing the LTO Config as well:
https://reviews.llvm.org/D27556
Now we don't use the LTO API, but what we're doing LLC-option-wise seems awfully similar...
Thoughts?
cc @theo25 @sdasgup3 @vadve
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Upstream's LTO cache seems increasingly .... overlapping with our cache implementation.
Recently, they added bits about hashing the LTO Config as well:
https://reviews.llvm.org/D27556
Now we don't use the LTO API, but what we're doing LLC-option-wise seems awfully similar...
Thoughts?
cc @theo25 @sdasgup3 @vadve
The text was updated successfully, but these errors were encountered: