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

[RELAY] Fixes to MergeCompilerRegions #5195

Merged
merged 9 commits into from
Apr 1, 2020

Commits on Apr 1, 2020

  1. [RELAY] Fixed issues with MergeCompilerRegions

    This PR addresses a few outstanding issues with
    the implementation of MergeCompilerRegions. In
    particular, it now handles TupleGetItem nodes properly
    and other minor bugs related to region merging have
    been fixed.
    
    Change-Id: I07783afc56183a6f798a510209f23b0a5f252255
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    2563f1f View commit details
    Browse the repository at this point in the history
  2. Fixed issue using pre-merged regions

    Change-Id: I0a844ac59bda1089ae0c67cef52f0b0c7ab2cbd7
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    3166c8d View commit details
    Browse the repository at this point in the history
  3. Removed some debugging logic

    Change-Id: Ib6f2eede6f38bbb270073eb8d4c4dc19f60832c6
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    c7ca0c1 View commit details
    Browse the repository at this point in the history
  4. Remove default annotations

    Change-Id: I9b7696a51c95871491cbea33c40f92ec327e417f
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    c7a51ec View commit details
    Browse the repository at this point in the history
  5. Annotate default 'if's

    Change-Id: I0098bd1bf6788dd6366810dcefa84f1ebbffaab0
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    f8e378e View commit details
    Browse the repository at this point in the history
  6. Clang format

    Change-Id: I944365cd3080a97a9261f643a8f1efa5a63cf82b
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    79b9c13 View commit details
    Browse the repository at this point in the history
  7. Use src/dest in merge

    Change-Id: Ie43113492bda8f1ce63eaf9615cb645bb9e2ee86
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    a293997 View commit details
    Browse the repository at this point in the history
  8. Fixed partition test

    Change-Id: I46f9e349b1a813a9140f7e4f8a2241687e2df73b
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    763bca6 View commit details
    Browse the repository at this point in the history
  9. Removed comments

    Change-Id: I309afdd1951d7e796e41d13788aa487707e0ac4c
    mbaret committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    6c02abe View commit details
    Browse the repository at this point in the history