================ @@ -0,0 +1,17 @@ +# RUN: not llvm-mc -triple xtensa --mattr=+density %s 2>&1 | FileCheck %s + +LBL0: + +# Out of range immediates + +# imm1n_15 +addi.n a2, a3, 20 ---------------- andreisfr wrote: I added test case. https://github.com/llvm/llvm-project/pull/119639