xref: /aosp_15_r20/external/llvm/test/MC/ARM/arm-it-block.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker  .syntax unified
3*9880d681SAndroid Build Coastguard Worker  .globl _func
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker_func:
6*9880d681SAndroid Build Coastguard Worker@ CHECK: _func:
7*9880d681SAndroid Build Coastguard Worker        it eq
8*9880d681SAndroid Build Coastguard Worker        moveq r2, r3
9*9880d681SAndroid Build Coastguard Worker@ 'it' is parsed but not encoded.
10*9880d681SAndroid Build Coastguard Worker@ CHECK-NOT: it
11*9880d681SAndroid Build Coastguard Worker@ CHECK: moveq	r2, r3          @ encoding: [0x03,0x20,0xa0,0x01]
12