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

tests: allow trunc/select instructions to be missing #130454

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. tests: allow trunc/select instructions to be missing

    On LLVM 20, these instructions already get eliminated, which at least
    partially satisfies a TODO. I'm not talented enough at using FileCheck
    to try and constrain this further, but if we really want to we could
    copy an LLVM 20 specific version of this test that would restore it to
    being CHECK-NEXT: insertvalue ...
    
    @rustbot label: +llvm-main
    durin42 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9692513 View commit details
    Browse the repository at this point in the history