-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
[msan] Better handling of signed compare #111212
Comments
Do you still want me to revert a646436? Happy to do so. |
Yes please! It will take some time to optimize -msan-handle-icmp-exact. Please mention this issue in revert, so we can reland when msan is fixed. |
…lvm#111236) Reverts llvm#110880 because of exposed issue is Msan instrumentation llvm#111212. This reverts commit a646436.
see you did so, thank you. Can you ping back on the PR when recommit is okay? |
@goldsteinn Let see if this one is not reverted and try to reland #110880 tomorrow. |
#110880 triggers a false positive in MSan.
Improve handleSignedRelationalComparison to handle the kind of IR generated with that change; or enable exact handling (-msan-handle-icmp-exact) at the cost of ~3% code size and (unknown) CPU.
The text was updated successfully, but these errors were encountered: