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

[NVPTX] Add unreachable for TMA Inst Printer #117850

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

Commits on Nov 27, 2024

  1. [NVPTX] Add unreachable for TMA Inst Printer

    This patch adds the llvm_reachable() for TMA
    reduction opcode printer method.
    
    We had this inside the default-case leading to
    warning below (and hence was removed):
    error: default label in switch which covers all enumeration values
           [-Werror,-Wcovered-switch-default]
    
    Signed-off-by: Durgadoss R <[email protected]>
    durga4github committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    36ed44a View commit details
    Browse the repository at this point in the history