The AArch64 AsmParser doesn't accept vector register names that start with an upper-case 'V'. GAS is case insensitive about these register names and so is armasm, this patch will make armclang behave the same way.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi James,
Thanks for the review.
Thanks,
Ranjeet
From: James Molloy [mailto:james@jamesmolloy.co.uk]
Sent: 08 June 2015 22:25
To: reviews+D10320+public+67e11b9caa35016c@reviews.llvm.org; Ranjeet Singh
Cc: kanheim@a-bix.com; llvm-commits@cs.uiuc.edu
Subject: Re: [PATCH] Patch to make AArch64 AsmParser be case insensitive about accepting vector register names
Hi Ranjeet,
This looks good to me.
Cheers,
James