================
@@ -66,13 +66,24 @@ enum RegisterKind {
// Operand
//===----------------------------------------------------------------------===//
+// Why an operand predicate rejected an operand; higher values are more
specific
+// and win the tiebreak in matchAndEmitInstruction. Keep None first.
+enum class OperandMatchError {
----------------
vpykhtin wrote:
Given the amount of code added I agree, not sure how valuable the diagnostic is.
https://github.com/llvm/llvm-project/pull/221988
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits