summaryrefslogtreecommitdiff
path: root/test/Driver/mips-features.c
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-04-10 04:22:41 +0000
committerTom Stellard <tstellar@redhat.com>2018-04-10 04:22:41 +0000
commit31f349d884b2007b6328de58832478a738759c73 (patch)
treecb6d3dff1c2b556082c38ddefbabe02dcaf5b5a5 /test/Driver/mips-features.c
parentab474c24e0576eae923f25bb7f6aaddcd853daeb (diff)
Merging r328829:
------------------------------------------------------------------------ r328829 | manojgupta | 2018-03-29 14:11:15 -0700 (Thu, 29 Mar 2018) | 23 lines [AArch64]: Add support for parsing rN registers. Summary: Allow rN registers to be simply parsed as correspoing xN registers. The "register ... asm("rN")" is an command to the compiler's register allocator, not an operand to any individual assembly instruction. GCC documents this syntax as "...the name of the register that should be used." This is needed to support the changes in Linux kernel (see https://lkml.org/lkml/2018/3/1/268 ) Note: This will add support only for the limited use case of register ... asm("rN"). Any other uses that make rN leak into assembly are not supported. Reviewers: kristof.beyls, rengolin, peter.smith, t.p.northover Reviewed By: peter.smith Subscribers: javed.absar, eraman, cfe-commits, srhines Differential Revision: https://reviews.llvm.org/D44815 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@329669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/mips-features.c')
0 files changed, 0 insertions, 0 deletions