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

[BasicAA] Add Vscale GEP decomposition on variable index #69152

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jan 16, 2024

  1. [BasicAA] Add Vscale GEP decomposition on variable index

      Enable BasicAA to be done on Scalable GEP & LocationSize
      Scalable GEP expression such as @llvm.vscale and GEP of scalable type
      are attached to the VariableGEPIndex, with Val representing Vscale.
    
      VScale AA works if there's only one variable index (the vscale) and
      constant offsets in the GEP for now
    harviniriawan authored and davemgreen committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    5284840 View commit details
    Browse the repository at this point in the history
  2. Updates and extra testing

    davemgreen committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1ab88ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d821d47 View commit details
    Browse the repository at this point in the history