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

Redundant Load Elimination Patches #1

Closed
wants to merge 4 commits into from
Closed

Redundant Load Elimination Patches #1

wants to merge 4 commits into from

Commits on Nov 3, 2015

  1. LoadStoreValue represent the value residing in a given MemLocation. I…

    …n RLE,
    
    we create a map between MemLocation and its corresponding LoadStoreValue
    trentxintong committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    06c1ca7 View commit details
    Browse the repository at this point in the history
  2. Implement the actual redundant load elimination (RLE)

    data flow. This should handle some simple RLE. but not phi-node, i.e.
    SILArguments.
    trentxintong committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    ad4c4ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30ff5f0 View commit details
    Browse the repository at this point in the history
  4. Add tests for RLE

    trentxintong committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    b555517 View commit details
    Browse the repository at this point in the history