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

[llvm][x64] Mark win x64 SEH pseudo instruction as meta instructions (again) #112962

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. [llvm] Mark win x64 SEH pseudo instruction as meta instructions (llvm…

    …#110889)
    
    When adding new SEH pseudo instructions in llvm#110024 I noticed that some
    of the tests were changing their output since these new instructions
    were counting towards thresholds for branching versus folding decisions.
    
    These instructions do not result in real machine instructions being
    emitted, so they should be marked as meta instructions.
    dpaoliello committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ca52a80 View commit details
    Browse the repository at this point in the history