-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Open
Labels
backend:NVPTXgood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributellvm:SelectionDAGSelectionDAGISel as wellSelectionDAGISel as well
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,
- Custom Lowering
- Custom DAG Combines
Metadata
Metadata
Assignees
Labels
backend:NVPTXgood first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributellvm:SelectionDAGSelectionDAGISel as wellSelectionDAGISel as well