[llvm] r254401 - [AArch64] Add ARMv8.2-A Statistical Profiling Extension

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 01:49:50 PST 2015


That's a left-over change from an old downstream patch, I've committed r254709 to remove it.

Oliver

> -----Original Message-----
> From: Ahmed Bougacha [mailto:ahmed.bougacha at gmail.com]
> Sent: 03 December 2015 19:09
> To: Oliver Stannard
> Cc: llvm-commits at lists.llvm.org
> Subject: Re: [llvm] r254401 - [AArch64] Add ARMv8.2-A Statistical
> Profiling Extension
>
> Hey Oliver,
>
> On Tue, Dec 1, 2015 at 2:49 AM, Oliver Stannard via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > --- llvm/trunk/test/MC/Disassembler/AArch64/armv8.2a-statistical-
> profiling.txt (added)
> > +++ llvm/trunk/test/MC/Disassembler/AArch64/armv8.2a-statistical-
> profiling.txt Tue Dec  1 04:48:51 2015
> > @@ -0,0 +1,91 @@
> > +# RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+spe --disassemble
> < %s | FileCheck %s
> > +# RUN: llvm-mc -triple aarch64-none-linux-gnu --disassemble < %s |
> FileCheck --check-prefix=NO_SPE %s
> > +
> > +[0x1f,0x22,0x03,0xd5]
> > +# CHECK: hint #0x10
> > +# NO_SPE: hint #0x10
>
> This seems unrelated to SPE and prone to future conflicts; should we
> remove it?
>
> Thanks!
> -Ahmed

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the llvm-commits mailing list