[PATCH] D41445: [AArch64][AsmParser] Add isScalarReg() and repurpose isReg()

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 03:17:49 PST 2017


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM. MCParsedAsmOperand::isReg should return true if the operand is a register operand, not only for scalar registers.


https://reviews.llvm.org/D41445





More information about the llvm-commits mailing list