Files
clang-p2996/llvm/test/MC/Xtensa/clamps-invalid.s
Andrei Safronov a7322d7948 [Xtensa] Implement Xtensa Region Protection Option and several other small Options. (#137135)
Implement support of the Xtensa Region Protection, Extended L32R, Data
Cache, Relocatable Vector and MISC Special Registers Options.
2025-05-29 11:04:30 +03:00

10 lines
208 B
ArmAsm

# RUN: not llvm-mc -triple xtensa --mattr=+clamps %s 2>&1 | FileCheck %s
.align 4
# Out of range immediates
# imm7_22
clamps a3, a4, 5
# CHECK: :[[#@LINE-1]]:16: error: expected immediate in range [7, 22]