Skip to content
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

[MC/DC] Rework tvbitmap.update to get rid of the inlined function #110792

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. [MC/DC] Rework tvbitmap.update (llvm#96040) to get rid of the inlined…

    … function
    
    Per the discussion in llvm#102542, it is safe to insert BBs under
    `lowerIntrinsics()` since llvm#69535 has made tolerant of modifying BBs.
    
    So, I can get rid of using the inlined function `rmw_or`.
    chapuni committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6b977de View commit details
    Browse the repository at this point in the history