8000 [DAG] SDPatternMatch - add m_Shuffle matcher · Issue #118845 · llvm/llvm-project · GitHub
[go: up one dir, main page]

Skip to content
8000
[DAG] SDPatternMatch - add m_Shuffle matcher #118845
@RKSimon

Description

@RKSimon

Add SDPatternMatch matchers and unit test coverage for ISD::VECTOR_SHUFFLE opcodes, similar to the IR PatternMatch m_Shuffle matchers

e.g.

m_Shuffle(m_Value(), m_Value())
m_Shuffle(m_Value(), m_Value(), m_Mask())

Metadata

Metadata

Assignees

Labels

good first issuehttps://github.com/llvm/llvm-project/contributellvm:SelectionDAGSelectionDAGISel as well

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0