Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / MC / Hexagon / PacketRules / restrict_no_slot1_store.s
blob34a607c37be8460db873d7ace1df00d0be63cf82
1 # RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s
3 { r0=sub(#1,r0)
4 r1=sub(#1, r0)
5 memw(r0)=r0
6 if (p3) dealloc_return }
9 # CHECK: note: Instruction can utilize slots: 0, 1, 2, 3
10 # CHECK: note: Instruction can utilize slots: 0, 1, 2, 3
11 # CHECK: note: Instruction can utilize slots: <None>
12 # CHECK: note: Instruction can utilize slots: 0
13 # CHECK: note: Instruction was restricted from being in slot 1
14 # CHECK: note: Instruction does not allow a store in slot 1
15 # CHECK: error: invalid instruction packet: slot error