search for: 3be813e

Displaying 1 result from an estimated 1 matches for "3be813e".

Did you mean: 3b5813b
2018 Jan 08
0
about AsmMatcherEmitter rules for setting matchables precedence
...s. And the required features are likely to affect immediate ranges. Something like the change below: (alternatively, we can move this change into the operator ‘<” for comparing ClassInfo). diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp index 1a820a5..3be813e 100644 --- a/utils/TableGen/AsmMatcherEmitter.cpp +++ b/utils/TableGen/AsmMatcherEmitter.cpp @@ -594,6 +594,12 @@ struct MatchableInfo { // Compare lexicographically by operand. The matcher validates that other // orderings wouldn't be ambiguous using \see couldMatchAmbiguouslyWit...