[PATCH] D37118: [ARM] Tidy-up ARMAsmParser. NFC.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 10:55:49 PDT 2017


fhahn added a comment.

Would it be possible to just used `MRI->getSubReg(QReg, ARM::dsub_0)` wherever `getDRegFromQReg` is called? It does not seem like having a  getDRegFromQReg function adds much value now.


https://reviews.llvm.org/D37118





More information about the llvm-commits mailing list