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

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 11:09:12 PST 2015


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


More information about the llvm-commits mailing list