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

[BasicBlockSections] Apply path cloning with -basic-block-sections. #68860

Merged
merged 14 commits into from
Oct 28, 2023

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    c75552f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f98677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bcfcc6 View commit details
    Browse the repository at this point in the history
  4. clang-format.

    rlavaee committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9d03577 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe0e7f6 View commit details
    Browse the repository at this point in the history
  6. Address remaining comments.

    rebase.
    rlavaee committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8f517fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    636852d View commit details
    Browse the repository at this point in the history
  8. Address comments.

    rlavaee committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    78773dd View commit details
    Browse the repository at this point in the history
  9. Use TargetInstrInfo::duplicate to clone instructions.

    Also check for non-duplicable instructions in the block similar to
    TailDuplicator.cpp.
    rlavaee committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3d3ad30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40ee90d View commit details
    Browse the repository at this point in the history
  11. Split tests into four files.

    rlavaee committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    788271b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    35d7fff View commit details
    Browse the repository at this point in the history
  13. Copy the livein set.

    rlavaee committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f8499fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4a01e0c View commit details
    Browse the repository at this point in the history