diff options
author | Min-Yih Hsu <min.hsu@sifive.com> | 2024-12-30 09:23:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-30 09:23:51 -0800 |
commit | a74f825a7acec4962bb4c172da7ed0028f7b4d44 (patch) | |
tree | 59aff730121290a578d27497e59d55c0d2530ffb /clang/tools/include-mapping/cppreference_parser.py | |
parent | c7d237085bf9102ecf0c9105d8cc7fd94b752a3a (diff) | |
download | llvm-a74f825a7acec4962bb4c172da7ed0028f7b4d44.zip llvm-a74f825a7acec4962bb4c172da7ed0028f7b4d44.tar.gz llvm-a74f825a7acec4962bb4c172da7ed0028f7b4d44.tar.bz2 |
[MIPatternMatch] Add m_DeferredReg/Type (#121218)
This pattern does the same thing as m_SpecificReg/Type except the value
it matches against origniated from an earlier pattern in the same
mi_match expression.
This patch also changes how commutative patterns are handled: in order
to support m_DefferedReg/Type, we always have to run the LHS-pattern
before the RHS one.
Diffstat (limited to 'clang/tools/include-mapping/cppreference_parser.py')
0 files changed, 0 insertions, 0 deletions