llvm/llvm-project

[NVPTX] Port code to `llvm/lib/CodeGen/SelectionDAG/*`

Open

#116 695 ouverte le 18 nov. 2024

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)C++ (10 782 forks)batch import
backend:NVPTXgood first issuellvm:SelectionDAG

Métriques du dépôt

Stars
 (26 378 stars)
Métriques de merge PR
 (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)

Description

Some of NVPTX's custom operation lowering and custom DAG combines do not rely on NVPTXISD nodes. A majority of these operation lowerings and DAG combines can be ported to live in LegalizeDAG.cpp or DAGCombiner.cpp respectively.

This will increase the coverage we have on this code and enable other targets to benefit from the work we've done.

For example,

Guide contributeur