[PATCH] D39194: [ARM] Include operand class name in dev diags

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 14:11:35 PDT 2017


rengolin added a comment.

This feels like a simple patch that we should keep downstream.



================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:10216
+          OS << " class "
+#ifndef NDEBUG
+             << getMatchClassName((MatchClassKind)I.getOperandClass())
----------------
that's a bit hackish, why not always?


Repository:
  rL LLVM

https://reviews.llvm.org/D39194





More information about the llvm-commits mailing list