This is analogous to what LLVM's PatternMatch.h supports,
but LLVM calls it m_Value for both the binding and
nonbinding versions.
This is an upstream from CIRCT and is used there.
Paths
| Differential D113905
[PatternMatch] Add a new m_Any that binds a value. ClosedPublic Authored by lattner on Nov 15 2021, 8:21 AM.
Details Summary This is analogous to what LLVM's PatternMatch.h supports, This is an upstream from CIRCT and is used there.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 15 2021, 8:36 AM Closed by commit rGa3ee67a68514: [PatternMatch] Add a new m_Any that binds a value. (authored by lattner). · Explain WhyNov 15 2021, 8:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 387281 mlir/include/mlir/IR/Matchers.h
|