We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0597273 commit 0452bd0Copy full SHA for 0452bd0
llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.h
@@ -493,7 +493,7 @@ class RuleMatcher : public Matcher {
493
/// the renderers.
494
StringMap<OperandMatcher *> DefinedOperands;
495
496
- using PhysRegOperandsTy = MapVector<const Record *, OperandMatcher *>;
+ using PhysRegOperandsTy = SmallMapVector<const Record *, OperandMatcher *, 1>;
497
498
/// A map of anonymous physical register operands defined by the matchers that
499
/// may be referenced by the renderers.
0 commit comments