Skip to content

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

@justinfargnoli

Description

@justinfargnoli

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,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions