brintos

brintos / llvm-project-archived public Read only

0
0
Text · 580 B · 8348c97 Raw
13 lines · plain
1REQUIRES: aarch64-registered-target2// This will sometimes fail with "Not all operands were initialized by the snippet generator for...".3UNSUPPORTED: target={{.*}}4 5RUN: llvm-exegesis -mtriple=aarch64 -mcpu=neoverse-v2 -mode=latency --dump-object-to-disk=%t.obj --opcode-name=FMOVWSr --benchmark-phase=assemble-measured-code 2>&16RUN: llvm-objdump -d %t.obj > %t.s7RUN: FileCheck %s < %t.s8 9// Start matching after the printed file path, as that may contain something that looks like a mnemonic.10CHECK: Disassembly of section .text:11CHECK-NOT: ld{{[1-4]}}12CHECK-NOT: st{{[1-4]}}13