llvm/llvm-project
Vedi su GitHub[NVPTX] Port code to `llvm/lib/CodeGen/SelectionDAG/*`
Open
#116.695 aperta il 18 nov 2024
backend:NVPTXgood first issuellvm:SelectionDAG
Metriche repository
- Star
- (26.378 star)
- Metriche merge PR
- (Merge medio 1g 2h) (1000 PR mergiate in 30 g)
Descrizione
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,
- Custom Lowering
- Custom DAG Combines