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

[NewPM] Add pass options for InternalizePass to preserve GVs (reland) #92383

Merged
merged 2 commits into from
May 16, 2024

Commits on May 16, 2024

  1. [NewPM] Add pass options for InternalizePass to preserve GVs. (llvm…

    …#91334)
    
    This PR adds a string interface to `InternalizePass`' `MustPreserveGV`
    option, which is a callback function to indicate if a GV is not to be
    internalized. This is for use in LLVM.jl, the Julia wrapper for LLVM,
    which uses the C API and is thus required to use the PassBuilder string
    API for building NewPM pipelines.
    maleadt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    24741d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e40f840 View commit details
    Browse the repository at this point in the history