llvm/llvm-project

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

Open

#116,695 建立於 2024年11月18日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)C++ (10,782 fork)batch import
backend:NVPTXgood first issuellvm:SelectionDAG

倉庫指標

Star
 (26,378 star)
PR 合併指標
 (平均合併 1天 2小時) (30 天內合併 1,000 個 PR)

描述

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,

貢獻者指南