[PATCH] D23496: [TableGen] Make AsmMatcherEmitter unconditionally expose OperandMatchResultTy enum
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 11:46:31 PDT 2016
jyknight added a subscriber: jyknight.
jyknight added a comment.
I'd suggest that it be moved into class MCTargetAsmParser in include/llvm/MC/MCParser/MCTargetAsmParser.h, as that's the superclass of the types which currently have it via this tablegen'd code.
https://reviews.llvm.org/D23496
More information about the llvm-commits
mailing list