diff options
author | Evgenii Kudriashov <evgenii.kudriashov@intel.com> | 2025-01-05 01:10:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-05 01:10:25 +0100 |
commit | 2bbdce9a42f58af4ca917eaba1bf1019ba658fd5 (patch) | |
tree | 27e3a67a333cad421bb1d1d37e5845f2435708f3 /clang/unittests/Format/ConfigParseTest.cpp | |
parent | a738d81cd2822698539b0482af48d49d91ea5a2e (diff) | |
download | llvm-2bbdce9a42f58af4ca917eaba1bf1019ba658fd5.zip llvm-2bbdce9a42f58af4ca917eaba1bf1019ba658fd5.tar.gz llvm-2bbdce9a42f58af4ca917eaba1bf1019ba658fd5.tar.bz2 |
[GlobalISel] Support physical register inputs in nested patterns (#121239)
When importing nested patterns, we create InsnMatcher for each pattern
and miss them if consider only the top level InsnMatcher. Iterate
PhysRegOperands instead.
Change the type of PhysRegOperands from DenseMap to SmallMapVector to
have stable generation. Also drop PhysRegInputs member from InsnMatcher
as there are no users of it.
Diffstat (limited to 'clang/unittests/Format/ConfigParseTest.cpp')
0 files changed, 0 insertions, 0 deletions