john.brawn accepted this revision. john.brawn added a comment. This revision is now accepted and ready to land.
I have one small comment, but otherwise LGTM. ================ Comment at: llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp:1558 + + if (Reg && !isValidSysReg(Reg, Read, STI)) + Reg = AArch64SysReg::lookupSysRegByName(Reg->AltName); ---------------- It would be good to have a comment here explaining what's going on. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110065/new/ https://reviews.llvm.org/D110065 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits