Skip to content

Commit

Permalink
[SelectionDAG] Introducing the SelectionDAG pattern matching framework (
Browse files Browse the repository at this point in the history
#78654)

Akin to `llvm::PatternMatch` and `llvm::MIPatternMatch`, the
`llvm::SDPatternMatch` introduced in this patch provides a DSL-alike
framework to match SDValue / SDNode with a more succinct syntax.
  • Loading branch information
mshockwave committed Feb 23, 2024
1 parent f8ce460 commit 5874874
Show file tree
Hide file tree
Showing 3 changed files with 987 additions and 0 deletions.

0 comments on commit 5874874

Please sign in to comment.