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

[RISCV] Add correct Uses, Defs, isReturn to Zcmp #81039

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. [RISCV] Add correct Uses, Defs, isReturn to Zcmp

    * they all do stack adjustments, so they all use and def x2.
    * popret and popretz also return
    * popretz also defines x10
    
    This adds that to the TD file and updates the PushPopOptimizer to
    preserve the extra implicit operands added during frame lowering when
    converting to popret(z).
    francisvm committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    71c3381 View commit details
    Browse the repository at this point in the history